Color spaces of #fbf0aa
RGB | 251 | 240 | 170 |
---|---|---|---|
HSL | 0.14 | 0.91 | 0.83 |
HSV | 52° | 32° | 98° |
CMYK | 0.00 | 0.04 | 0.32 0.02 |
XYZ | 78.1994 | 85.7317 | 50.4565 |
Yxy | 85.7317 | 0.3648 | 0.3999 |
Hunter Lab | 92.5914 | -11.2803 | 32.5047 |
CIE-Lab | 94.1975 | -6.4727 | 35.2273 |
#fbf0aa color RGB value is (251,240,170).
#fbf0aa hex color red value is 251, green value is 240 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fbf0aa hue: 0.14 , saturation: 0.91 and the lightness value of fbf0aa is 0.83.
The process color (four color CMYK) of #fbf0aa color hex is 0.00, 0.04, 0.32, 0.02. Web safe color of #fbf0aa is #ffff99. Color #fbf0aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11110000 | 10101010 |
Octal | 373 | 360 | 252 |
Decimal | 251 | 240 | 170 |
Hex | FB | F0 | AA |
Shades of #fbf0aa
Tints of #fbf0aa
RGB Percentages of Color #fbf0aa
CMYK Percentages of Color #fbf0aa
Complementary Color
#fbf0aa | #aab5fb |
#fbf0aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbf0aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbf0aa Color CSS Codes
.mybgcolor {background-color:#fbf0aa; } .myforecolor {color:#fbf0aa; } .mybordercolor {border:3px solid #fbf0aa; }
#fbf0aa Text Font Color
<p style="color:#fbf0aa">Text here</p>
This sample text font color is #fbf0aa
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.
#fbf0aa Background Color
<div style="background-color:#fbf0aa">
Div content here</div>
This div background color is #fbf0aa
#fbf0aa Border Color
<div style="border:3px solid #fbf0aa">
Div here</div>
This div border color is #fbf0aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,240,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbf0aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbf0aa; -webkit-box-shadow: 1px 1px 3px 2px #fbf0aa; box-shadow: 1px 1px 3px 2px #fbf0aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,240,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbf0aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbf0aa; -webkit-box-shadow: 1px 1px 3px 2px #fbf0aa; box-shadow: 1px 1px 3px 2px #fbf0aa;">
Div content here</div>
This div box has shadow with color #fbf0aa
Comments
No comments written yet.
Please login to write comment.