Color spaces of #e5dadb
RGB | 229 | 218 | 219 |
---|---|---|---|
HSL | 0.98 | 0.17 | 0.88 |
HSV | 355° | 5° | 90° |
CMYK | 0.00 | 0.05 | 0.04 0.10 |
XYZ | 70.1707 | 71.9153 | 77.2005 |
Yxy | 71.9153 | 0.3200 | 0.3280 |
Hunter Lab | 84.8029 | -0.7041 | 5.3872 |
CIE-Lab | 87.9278 | 3.9355 | 0.8454 |
#e5dadb color RGB value is (229,218,219).
#e5dadb hex color red value is 229, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e5dadb hue: 0.98 , saturation: 0.17 and the lightness value of e5dadb is 0.88.
The process color (four color CMYK) of #e5dadb color hex is 0.00, 0.05, 0.04, 0.10. Web safe color of #e5dadb is #cccccc. Color #e5dadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11011010 | 11011011 |
Octal | 345 | 332 | 333 |
Decimal | 229 | 218 | 219 |
Hex | E5 | DA | DB |
Shades of #e5dadb
Tints of #e5dadb
RGB Percentages of Color #e5dadb
CMYK Percentages of Color #e5dadb
Complementary Color
#e5dadb | #dae5e4 |
#e5dadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5dadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5dadb Color CSS Codes
.mybgcolor {background-color:#e5dadb; } .myforecolor {color:#e5dadb; } .mybordercolor {border:3px solid #e5dadb; }
#e5dadb Text Font Color
<p style="color:#e5dadb">Text here</p>
This sample text font color is #e5dadb
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.
#e5dadb Background Color
<div style="background-color:#e5dadb">
Div content here</div>
This div background color is #e5dadb
#e5dadb Border Color
<div style="border:3px solid #e5dadb">
Div here</div>
This div border color is #e5dadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,218,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5dadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5dadb; -webkit-box-shadow: 1px 1px 3px 2px #e5dadb; box-shadow: 1px 1px 3px 2px #e5dadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,218,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5dadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5dadb; -webkit-box-shadow: 1px 1px 3px 2px #e5dadb; box-shadow: 1px 1px 3px 2px #e5dadb;">
Div content here</div>
This div box has shadow with color #e5dadb
Comments
No comments written yet.
Please login to write comment.