Color spaces of #e0ddcc
RGB | 224 | 221 | 204 |
---|---|---|---|
HSL | 0.14 | 0.24 | 0.84 |
HSV | 51° | 9° | 88° |
CMYK | 0.00 | 0.01 | 0.09 0.12 |
XYZ | 67.4960 | 71.9198 | 67.4512 |
Yxy | 71.9198 | 0.3263 | 0.3477 |
Hunter Lab | 84.8055 | -6.3431 | 12.2068 |
CIE-Lab | 87.9300 | -1.8901 | 8.6966 |
#e0ddcc color RGB value is (224,221,204).
#e0ddcc hex color red value is 224, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e0ddcc hue: 0.14 , saturation: 0.24 and the lightness value of e0ddcc is 0.84.
The process color (four color CMYK) of #e0ddcc color hex is 0.00, 0.01, 0.09, 0.12. Web safe color of #e0ddcc is #cccccc. Color #e0ddcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11011101 | 11001100 |
Octal | 340 | 335 | 314 |
Decimal | 224 | 221 | 204 |
Hex | E0 | DD | CC |
Shades of #e0ddcc
Tints of #e0ddcc
RGB Percentages of Color #e0ddcc
CMYK Percentages of Color #e0ddcc
Complementary Color
#e0ddcc | #cccfe0 |
#e0ddcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0ddcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0ddcc Color CSS Codes
.mybgcolor {background-color:#e0ddcc; } .myforecolor {color:#e0ddcc; } .mybordercolor {border:3px solid #e0ddcc; }
#e0ddcc Text Font Color
<p style="color:#e0ddcc">Text here</p>
This sample text font color is #e0ddcc
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.
#e0ddcc Background Color
<div style="background-color:#e0ddcc">
Div content here</div>
This div background color is #e0ddcc
#e0ddcc Border Color
<div style="border:3px solid #e0ddcc">
Div here</div>
This div border color is #e0ddcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,221,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0ddcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0ddcc; -webkit-box-shadow: 1px 1px 3px 2px #e0ddcc; box-shadow: 1px 1px 3px 2px #e0ddcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,221,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 #e0ddcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0ddcc; -webkit-box-shadow: 1px 1px 3px 2px #e0ddcc; box-shadow: 1px 1px 3px 2px #e0ddcc;">
Div content here</div>
This div box has shadow with color #e0ddcc
Comments
No comments written yet.
Please login to write comment.