Color spaces of #e5cdda
RGB | 229 | 205 | 218 |
---|---|---|---|
HSL | 0.91 | 0.32 | 0.85 |
HSV | 328° | 10° | 90° |
CMYK | 0.00 | 0.10 | 0.05 0.10 |
XYZ | 66.7993 | 65.3826 | 75.4291 |
Yxy | 65.3826 | 0.3218 | 0.3149 |
Hunter Lab | 80.8595 | 5.9575 | 1.2935 |
CIE-Lab | 84.6805 | 10.5761 | -3.3788 |
#e5cdda color RGB value is (229,205,218).
#e5cdda hex color red value is 229, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e5cdda hue: 0.91 , saturation: 0.32 and the lightness value of e5cdda is 0.85.
The process color (four color CMYK) of #e5cdda color hex is 0.00, 0.10, 0.05, 0.10. Web safe color of #e5cdda is #cccccc. Color #e5cdda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 11001101 | 11011010 |
Octal | 345 | 315 | 332 |
Decimal | 229 | 205 | 218 |
Hex | E5 | CD | DA |
Shades of #e5cdda
Tints of #e5cdda
RGB Percentages of Color #e5cdda
CMYK Percentages of Color #e5cdda
Complementary Color
#e5cdda | #cde5d8 |
#e5cdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5cdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5cdda Color CSS Codes
.mybgcolor {background-color:#e5cdda; } .myforecolor {color:#e5cdda; } .mybordercolor {border:3px solid #e5cdda; }
#e5cdda Text Font Color
<p style="color:#e5cdda">Text here</p>
This sample text font color is #e5cdda
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.
#e5cdda Background Color
<div style="background-color:#e5cdda">
Div content here</div>
This div background color is #e5cdda
#e5cdda Border Color
<div style="border:3px solid #e5cdda">
Div here</div>
This div border color is #e5cdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,205,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5cdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5cdda; -webkit-box-shadow: 1px 1px 3px 2px #e5cdda; box-shadow: 1px 1px 3px 2px #e5cdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,205,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5cdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5cdda; -webkit-box-shadow: 1px 1px 3px 2px #e5cdda; box-shadow: 1px 1px 3px 2px #e5cdda;">
Div content here</div>
This div box has shadow with color #e5cdda
Comments
No comments written yet.
Please login to write comment.