Color spaces of #e5dace
RGB | 229 | 218 | 206 |
---|---|---|---|
HSL | 0.09 | 0.31 | 0.85 |
HSV | 31° | 10° | 90° |
CMYK | 0.00 | 0.05 | 0.10 0.10 |
XYZ | 68.5251 | 71.2571 | 68.5348 |
Yxy | 71.2571 | 0.3289 | 0.3421 |
Hunter Lab | 84.4139 | -2.8225 | 10.9528 |
CIE-Lab | 87.6098 | 1.7458 | 7.2364 |
#e5dace color RGB value is (229,218,206).
#e5dace hex color red value is 229, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e5dace hue: 0.09 , saturation: 0.31 and the lightness value of e5dace is 0.85.
The process color (four color CMYK) of #e5dace color hex is 0.00, 0.05, 0.10, 0.10. Web safe color of #e5dace is #cccccc. Color #e5dace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11011010 | 11001110 |
Octal | 345 | 332 | 316 |
Decimal | 229 | 218 | 206 |
Hex | E5 | DA | CE |
Shades of #e5dace
Tints of #e5dace
RGB Percentages of Color #e5dace
CMYK Percentages of Color #e5dace
Complementary Color
#e5dace | #ced9e5 |
#e5dace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5dace Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5dace Color CSS Codes
.mybgcolor {background-color:#e5dace; } .myforecolor {color:#e5dace; } .mybordercolor {border:3px solid #e5dace; }
#e5dace Text Font Color
<p style="color:#e5dace">Text here</p>
This sample text font color is #e5dace
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.
#e5dace Background Color
<div style="background-color:#e5dace">
Div content here</div>
This div background color is #e5dace
#e5dace Border Color
<div style="border:3px solid #e5dace">
Div here</div>
This div border color is #e5dace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,218,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5dace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5dace; -webkit-box-shadow: 1px 1px 3px 2px #e5dace; box-shadow: 1px 1px 3px 2px #e5dace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,218,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5dace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5dace; -webkit-box-shadow: 1px 1px 3px 2px #e5dace; box-shadow: 1px 1px 3px 2px #e5dace;">
Div content here</div>
This div box has shadow with color #e5dace
#e5dace Color Palettes
Comments
No comments written yet.
Please login to write comment.