Color spaces of #fbaa5f
RGB | 251 | 170 | 95 |
---|---|---|---|
HSL | 0.08 | 0.95 | 0.68 |
HSV | 29° | 62° | 98° |
CMYK | 0.00 | 0.32 | 0.62 0.02 |
XYZ | 56.2239 | 50.0849 | 17.5305 |
Yxy | 50.0849 | 0.4540 | 0.4044 |
Hunter Lab | 70.7707 | 17.9609 | 34.8528 |
CIE-Lab | 76.1213 | 22.6496 | 50.0268 |
#fbaa5f color RGB value is (251,170,95).
#fbaa5f hex color red value is 251, green value is 170 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fbaa5f hue: 0.08 , saturation: 0.95 and the lightness value of fbaa5f is 0.68.
The process color (four color CMYK) of #fbaa5f color hex is 0.00, 0.32, 0.62, 0.02. Web safe color of #fbaa5f is #ff9966. Color #fbaa5f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101010 | 01011111 |
Octal | 373 | 252 | 137 |
Decimal | 251 | 170 | 95 |
Hex | FB | AA | 5F |
Shades of #fbaa5f
Tints of #fbaa5f
RGB Percentages of Color #fbaa5f
CMYK Percentages of Color #fbaa5f
Complementary Color
#fbaa5f | #5fb0fb |
#fbaa5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbaa5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbaa5f Color CSS Codes
.mybgcolor {background-color:#fbaa5f; } .myforecolor {color:#fbaa5f; } .mybordercolor {border:3px solid #fbaa5f; }
#fbaa5f Text Font Color
<p style="color:#fbaa5f">Text here</p>
This sample text font color is #fbaa5f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fbaa5f Background Color
<div style="background-color:#fbaa5f">
Div content here</div>
This div background color is #fbaa5f
#fbaa5f Border Color
<div style="border:3px solid #fbaa5f">
Div here</div>
This div border color is #fbaa5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,170,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbaa5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbaa5f; -webkit-box-shadow: 1px 1px 3px 2px #fbaa5f; box-shadow: 1px 1px 3px 2px #fbaa5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,170,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbaa5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbaa5f; -webkit-box-shadow: 1px 1px 3px 2px #fbaa5f; box-shadow: 1px 1px 3px 2px #fbaa5f;">
Div content here</div>
This div box has shadow with color #fbaa5f
Comments
No comments written yet.
Please login to write comment.