Color spaces of #e1daca
RGB | 225 | 218 | 202 |
---|---|---|---|
HSL | 0.12 | 0.28 | 0.84 |
HSV | 42° | 10° | 88° |
CMYK | 0.00 | 0.03 | 0.10 0.12 |
XYZ | 66.7834 | 70.4146 | 65.9486 |
Yxy | 70.4146 | 0.3287 | 0.3466 |
Hunter Lab | 83.9134 | -4.7873 | 12.1426 |
CIE-Lab | 87.1998 | -0.3183 | 8.7132 |
#e1daca color RGB value is (225,218,202).
#e1daca hex color red value is 225, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1daca hue: 0.12 , saturation: 0.28 and the lightness value of e1daca is 0.84.
The process color (four color CMYK) of #e1daca color hex is 0.00, 0.03, 0.10, 0.12. Web safe color of #e1daca is #cccccc. Color #e1daca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11011010 | 11001010 |
Octal | 341 | 332 | 312 |
Decimal | 225 | 218 | 202 |
Hex | E1 | DA | CA |
Shades of #e1daca
Tints of #e1daca
RGB Percentages of Color #e1daca
CMYK Percentages of Color #e1daca
Complementary Color
#e1daca | #cad1e1 |
#e1daca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1daca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1daca Color CSS Codes
.mybgcolor {background-color:#e1daca; } .myforecolor {color:#e1daca; } .mybordercolor {border:3px solid #e1daca; }
#e1daca Text Font Color
<p style="color:#e1daca">Text here</p>
This sample text font color is #e1daca
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.
#e1daca Background Color
<div style="background-color:#e1daca">
Div content here</div>
This div background color is #e1daca
#e1daca Border Color
<div style="border:3px solid #e1daca">
Div here</div>
This div border color is #e1daca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,218,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1daca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1daca; -webkit-box-shadow: 1px 1px 3px 2px #e1daca; box-shadow: 1px 1px 3px 2px #e1daca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,218,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 #e1daca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1daca; -webkit-box-shadow: 1px 1px 3px 2px #e1daca; box-shadow: 1px 1px 3px 2px #e1daca;">
Div content here</div>
This div box has shadow with color #e1daca
#e1daca Color Palettes
Comments
No comments written yet.
Please login to write comment.