Color spaces of #e9decc
RGB | 233 | 222 | 204 |
---|---|---|---|
HSL | 0.10 | 0.40 | 0.86 |
HSV | 37° | 12° | 91° |
CMYK | 0.00 | 0.05 | 0.12 0.09 |
XYZ | 70.6246 | 73.9258 | 67.6735 |
Yxy | 73.9258 | 0.3328 | 0.3483 |
Hunter Lab | 85.9801 | -3.8442 | 13.5199 |
CIE-Lab | 88.8874 | 0.7715 | 10.1603 |
#e9decc color RGB value is (233,222,204).
#e9decc hex color red value is 233, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e9decc hue: 0.10 , saturation: 0.40 and the lightness value of e9decc is 0.86.
The process color (four color CMYK) of #e9decc color hex is 0.00, 0.05, 0.12, 0.09. Web safe color of #e9decc is #ffcccc. Color #e9decc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 11011110 | 11001100 |
Octal | 351 | 336 | 314 |
Decimal | 233 | 222 | 204 |
Hex | E9 | DE | CC |
Shades of #e9decc
Tints of #e9decc
RGB Percentages of Color #e9decc
CMYK Percentages of Color #e9decc
Complementary Color
#e9decc | #ccd7e9 |
#e9decc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9decc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9decc Color CSS Codes
.mybgcolor {background-color:#e9decc; } .myforecolor {color:#e9decc; } .mybordercolor {border:3px solid #e9decc; }
#e9decc Text Font Color
<p style="color:#e9decc">Text here</p>
This sample text font color is #e9decc
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.
#e9decc Background Color
<div style="background-color:#e9decc">
Div content here</div>
This div background color is #e9decc
#e9decc Border Color
<div style="border:3px solid #e9decc">
Div here</div>
This div border color is #e9decc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9decc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9decc; -webkit-box-shadow: 1px 1px 3px 2px #e9decc; box-shadow: 1px 1px 3px 2px #e9decc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,222,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9decc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9decc; -webkit-box-shadow: 1px 1px 3px 2px #e9decc; box-shadow: 1px 1px 3px 2px #e9decc;">
Div content here</div>
This div box has shadow with color #e9decc
Comments
No comments written yet.
Please login to write comment.