Color spaces of #e8dccc
RGB | 232 | 220 | 204 |
---|---|---|---|
HSL | 0.10 | 0.38 | 0.85 |
HSV | 34° | 12° | 91° |
CMYK | 0.00 | 0.05 | 0.12 0.09 |
XYZ | 69.7710 | 72.7018 | 67.4823 |
Yxy | 72.7018 | 0.3323 | 0.3463 |
Hunter Lab | 85.2654 | -3.1512 | 12.7613 |
CIE-Lab | 88.3053 | 1.4487 | 9.3175 |
#e8dccc color RGB value is (232,220,204).
#e8dccc hex color red value is 232, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e8dccc hue: 0.10 , saturation: 0.38 and the lightness value of e8dccc is 0.85.
The process color (four color CMYK) of #e8dccc color hex is 0.00, 0.05, 0.12, 0.09. Web safe color of #e8dccc is #ffcccc. Color #e8dccc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 11011100 | 11001100 |
Octal | 350 | 334 | 314 |
Decimal | 232 | 220 | 204 |
Hex | E8 | DC | CC |
Shades of #e8dccc
Tints of #e8dccc
RGB Percentages of Color #e8dccc
CMYK Percentages of Color #e8dccc
Complementary Color
#e8dccc | #ccd8e8 |
#e8dccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8dccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8dccc Color CSS Codes
.mybgcolor {background-color:#e8dccc; } .myforecolor {color:#e8dccc; } .mybordercolor {border:3px solid #e8dccc; }
#e8dccc Text Font Color
<p style="color:#e8dccc">Text here</p>
This sample text font color is #e8dccc
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.
#e8dccc Background Color
<div style="background-color:#e8dccc">
Div content here</div>
This div background color is #e8dccc
#e8dccc Border Color
<div style="border:3px solid #e8dccc">
Div here</div>
This div border color is #e8dccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,220,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8dccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8dccc; -webkit-box-shadow: 1px 1px 3px 2px #e8dccc; box-shadow: 1px 1px 3px 2px #e8dccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,220,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 #e8dccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8dccc; -webkit-box-shadow: 1px 1px 3px 2px #e8dccc; box-shadow: 1px 1px 3px 2px #e8dccc;">
Div content here</div>
This div box has shadow with color #e8dccc
Comments
No comments written yet.
Please login to write comment.