Color spaces of #fef4cb
RGB | 254 | 244 | 203 |
---|---|---|---|
HSL | 0.13 | 0.96 | 0.90 |
HSV | 48° | 20° | 100° |
CMYK | 0.00 | 0.04 | 0.20 0.00 |
XYZ | 84.0032 | 90.0840 | 69.4604 |
Yxy | 90.0840 | 0.3449 | 0.3699 |
Hunter Lab | 94.9126 | -8.1141 | 23.0483 |
CIE-Lab | 96.0316 | -3.0629 | 20.9886 |
#fef4cb color RGB value is (254,244,203).
#fef4cb hex color red value is 254, green value is 244 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fef4cb hue: 0.13 , saturation: 0.96 and the lightness value of fef4cb is 0.90.
The process color (four color CMYK) of #fef4cb color hex is 0.00, 0.04, 0.20, 0.00. Web safe color of #fef4cb is #ffffcc. Color #fef4cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110100 | 11001011 |
Octal | 376 | 364 | 313 |
Decimal | 254 | 244 | 203 |
Hex | FE | F4 | CB |
Shades of #fef4cb
Tints of #fef4cb
RGB Percentages of Color #fef4cb
CMYK Percentages of Color #fef4cb
Complementary Color
#fef4cb | #cbd5fe |
#fef4cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef4cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef4cb Color CSS Codes
.mybgcolor {background-color:#fef4cb; } .myforecolor {color:#fef4cb; } .mybordercolor {border:3px solid #fef4cb; }
#fef4cb Text Font Color
<p style="color:#fef4cb">Text here</p>
This sample text font color is #fef4cb
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.
#fef4cb Background Color
<div style="background-color:#fef4cb">
Div content here</div>
This div background color is #fef4cb
#fef4cb Border Color
<div style="border:3px solid #fef4cb">
Div here</div>
This div border color is #fef4cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,244,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef4cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef4cb; -webkit-box-shadow: 1px 1px 3px 2px #fef4cb; box-shadow: 1px 1px 3px 2px #fef4cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,244,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef4cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef4cb; -webkit-box-shadow: 1px 1px 3px 2px #fef4cb; box-shadow: 1px 1px 3px 2px #fef4cb;">
Div content here</div>
This div box has shadow with color #fef4cb
Comments
No comments written yet.
Please login to write comment.