Color spaces of #fee09a
RGB | 254 | 224 | 154 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.80 |
HSV | 42° | 39° | 100° |
CMYK | 0.00 | 0.12 | 0.39 0.00 |
XYZ | 73.3614 | 76.7152 | 41.5128 |
Yxy | 76.7152 | 0.3829 | 0.4004 |
Hunter Lab | 87.5872 | -3.7694 | 33.2100 |
CIE-Lab | 90.1904 | 0.9311 | 38.0637 |
#fee09a color RGB value is (254,224,154).
#fee09a hex color red value is 254, green value is 224 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fee09a hue: 0.12 , saturation: 0.98 and the lightness value of fee09a is 0.80.
The process color (four color CMYK) of #fee09a color hex is 0.00, 0.12, 0.39, 0.00. Web safe color of #fee09a is #ffcc99. Color #fee09a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100000 | 10011010 |
Octal | 376 | 340 | 232 |
Decimal | 254 | 224 | 154 |
Hex | FE | E0 | 9A |
Shades of #fee09a
Tints of #fee09a
RGB Percentages of Color #fee09a
CMYK Percentages of Color #fee09a
Complementary Color
#fee09a | #9ab8fe |
#fee09a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee09a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee09a Color CSS Codes
.mybgcolor {background-color:#fee09a; } .myforecolor {color:#fee09a; } .mybordercolor {border:3px solid #fee09a; }
#fee09a Text Font Color
<p style="color:#fee09a">Text here</p>
This sample text font color is #fee09a
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.
#fee09a Background Color
<div style="background-color:#fee09a">
Div content here</div>
This div background color is #fee09a
#fee09a Border Color
<div style="border:3px solid #fee09a">
Div here</div>
This div border color is #fee09a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,224,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee09a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee09a; -webkit-box-shadow: 1px 1px 3px 2px #fee09a; box-shadow: 1px 1px 3px 2px #fee09a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,224,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee09a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee09a; -webkit-box-shadow: 1px 1px 3px 2px #fee09a; box-shadow: 1px 1px 3px 2px #fee09a;">
Div content here</div>
This div box has shadow with color #fee09a
Comments
No comments written yet.
Please login to write comment.