Color spaces of #fef4cf
RGB | 254 | 244 | 207 |
---|---|---|---|
HSL | 0.13 | 0.96 | 0.90 |
HSV | 47° | 19° | 100° |
CMYK | 0.00 | 0.04 | 0.19 0.00 |
XYZ | 84.4862 | 90.2772 | 72.0038 |
Yxy | 90.2772 | 0.3424 | 0.3658 |
Hunter Lab | 95.0143 | -7.5538 | 21.5788 |
CIE-Lab | 96.1116 | -2.4900 | 19.0503 |
#fef4cf color RGB value is (254,244,207).
#fef4cf hex color red value is 254, green value is 244 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fef4cf hue: 0.13 , saturation: 0.96 and the lightness value of fef4cf is 0.90.
The process color (four color CMYK) of #fef4cf color hex is 0.00, 0.04, 0.19, 0.00. Web safe color of #fef4cf is #ffffcc. Color #fef4cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110100 | 11001111 |
Octal | 376 | 364 | 317 |
Decimal | 254 | 244 | 207 |
Hex | FE | F4 | CF |
Shades of #fef4cf
Tints of #fef4cf
RGB Percentages of Color #fef4cf
CMYK Percentages of Color #fef4cf
Complementary Color
#fef4cf | #cfd9fe |
#fef4cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef4cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef4cf Color CSS Codes
.mybgcolor {background-color:#fef4cf; } .myforecolor {color:#fef4cf; } .mybordercolor {border:3px solid #fef4cf; }
#fef4cf Text Font Color
<p style="color:#fef4cf">Text here</p>
This sample text font color is #fef4cf
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.
#fef4cf Background Color
<div style="background-color:#fef4cf">
Div content here</div>
This div background color is #fef4cf
#fef4cf Border Color
<div style="border:3px solid #fef4cf">
Div here</div>
This div border color is #fef4cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,244,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef4cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef4cf; -webkit-box-shadow: 1px 1px 3px 2px #fef4cf; box-shadow: 1px 1px 3px 2px #fef4cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,244,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef4cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef4cf; -webkit-box-shadow: 1px 1px 3px 2px #fef4cf; box-shadow: 1px 1px 3px 2px #fef4cf;">
Div content here</div>
This div box has shadow with color #fef4cf
Related Colors
Comments
No comments written yet.
Please login to write comment.