Color spaces of #fee7ac
RGB | 254 | 231 | 172 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.84 |
HSV | 43° | 32° | 100° |
CMYK | 0.00 | 0.09 | 0.32 0.00 |
XYZ | 76.8954 | 81.2012 | 50.6503 |
Yxy | 81.2012 | 0.3684 | 0.3890 |
Hunter Lab | 90.1117 | -5.3753 | 29.7523 |
CIE-Lab | 92.2211 | -0.5727 | 31.6219 |
#fee7ac color RGB value is (254,231,172).
#fee7ac hex color red value is 254, green value is 231 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fee7ac hue: 0.12 , saturation: 0.98 and the lightness value of fee7ac is 0.84.
The process color (four color CMYK) of #fee7ac color hex is 0.00, 0.09, 0.32, 0.00. Web safe color of #fee7ac is #ffff99. Color #fee7ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100111 | 10101100 |
Octal | 376 | 347 | 254 |
Decimal | 254 | 231 | 172 |
Hex | FE | E7 | AC |
Shades of #fee7ac
Tints of #fee7ac
RGB Percentages of Color #fee7ac
CMYK Percentages of Color #fee7ac
Complementary Color
#fee7ac | #acc3fe |
#fee7ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee7ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee7ac Color CSS Codes
.mybgcolor {background-color:#fee7ac; } .myforecolor {color:#fee7ac; } .mybordercolor {border:3px solid #fee7ac; }
#fee7ac Text Font Color
<p style="color:#fee7ac">Text here</p>
This sample text font color is #fee7ac
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.
#fee7ac Background Color
<div style="background-color:#fee7ac">
Div content here</div>
This div background color is #fee7ac
#fee7ac Border Color
<div style="border:3px solid #fee7ac">
Div here</div>
This div border color is #fee7ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,231,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee7ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee7ac; -webkit-box-shadow: 1px 1px 3px 2px #fee7ac; box-shadow: 1px 1px 3px 2px #fee7ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,231,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee7ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee7ac; -webkit-box-shadow: 1px 1px 3px 2px #fee7ac; box-shadow: 1px 1px 3px 2px #fee7ac;">
Div content here</div>
This div box has shadow with color #fee7ac
Related Colors
Comments
No comments written yet.
Please login to write comment.