Color spaces of #e0deca
RGB | 224 | 222 | 202 |
---|---|---|---|
HSL | 0.15 | 0.26 | 0.84 |
HSV | 55° | 10° | 88° |
CMYK | 0.00 | 0.01 | 0.10 0.12 |
XYZ | 67.5224 | 72.3541 | 66.2840 |
Yxy | 72.3541 | 0.3275 | 0.3510 |
Hunter Lab | 85.0612 | -7.1621 | 13.3411 |
CIE-Lab | 88.1388 | -2.7319 | 10.0457 |
#e0deca color RGB value is (224,222,202).
#e0deca hex color red value is 224, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e0deca hue: 0.15 , saturation: 0.26 and the lightness value of e0deca is 0.84.
The process color (four color CMYK) of #e0deca color hex is 0.00, 0.01, 0.10, 0.12. Web safe color of #e0deca is #cccccc. Color #e0deca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11011110 | 11001010 |
Octal | 340 | 336 | 312 |
Decimal | 224 | 222 | 202 |
Hex | E0 | DE | CA |
Shades of #e0deca
Tints of #e0deca
RGB Percentages of Color #e0deca
CMYK Percentages of Color #e0deca
Complementary Color
#e0deca | #cacce0 |
#e0deca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0deca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0deca Color CSS Codes
.mybgcolor {background-color:#e0deca; } .myforecolor {color:#e0deca; } .mybordercolor {border:3px solid #e0deca; }
#e0deca Text Font Color
<p style="color:#e0deca">Text here</p>
This sample text font color is #e0deca
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.
#e0deca Background Color
<div style="background-color:#e0deca">
Div content here</div>
This div background color is #e0deca
#e0deca Border Color
<div style="border:3px solid #e0deca">
Div here</div>
This div border color is #e0deca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,222,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0deca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0deca; -webkit-box-shadow: 1px 1px 3px 2px #e0deca; box-shadow: 1px 1px 3px 2px #e0deca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,222,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0deca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0deca; -webkit-box-shadow: 1px 1px 3px 2px #e0deca; box-shadow: 1px 1px 3px 2px #e0deca;">
Div content here</div>
This div box has shadow with color #e0deca
#e0deca Color Palettes
Comments
No comments written yet.
Please login to write comment.