breadcrumb
Air Force Blue
Air Force Blue preview and CSS codes
Text |
|
This text has a font color of #4b77be | |
.text {color:#4b77be;}
|
|
.text {color:rgba(75, 119, 190, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background |
|
This element has a background color of #4b77be | |
.element {background-color:#4b77be;}
|
|
.element {background-color:rgba(75, 119, 190, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border |
|
This element has a border color of #4b77be | |
.element {border:1px solid #4b77be;}
|
|
.element {border:1px solid rgba(75, 119, 190, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|