Color spaces of #e0cdaa
RGB | 224 | 205 | 170 |
---|---|---|---|
HSL | 0.11 | 0.47 | 0.77 |
HSV | 39° | 24° | 88° |
CMYK | 0.00 | 0.08 | 0.24 0.12 |
XYZ | 59.8275 | 62.4122 | 46.9237 |
Yxy | 62.4122 | 0.3537 | 0.3689 |
Hunter Lab | 79.0014 | -3.0750 | 20.0851 |
CIE-Lab | 83.1321 | 1.2129 | 19.8489 |
#e0cdaa color RGB value is (224,205,170).
#e0cdaa hex color red value is 224, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e0cdaa hue: 0.11 , saturation: 0.47 and the lightness value of e0cdaa is 0.77.
The process color (four color CMYK) of #e0cdaa color hex is 0.00, 0.08, 0.24, 0.12. Web safe color of #e0cdaa is #cccc99. Color #e0cdaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11001101 | 10101010 |
Octal | 340 | 315 | 252 |
Decimal | 224 | 205 | 170 |
Hex | E0 | CD | AA |
Shades of #e0cdaa
Tints of #e0cdaa
RGB Percentages of Color #e0cdaa
CMYK Percentages of Color #e0cdaa
Complementary Color
#e0cdaa | #aabde0 |
#e0cdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0cdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0cdaa Color CSS Codes
.mybgcolor {background-color:#e0cdaa; } .myforecolor {color:#e0cdaa; } .mybordercolor {border:3px solid #e0cdaa; }
#e0cdaa Text Font Color
<p style="color:#e0cdaa">Text here</p>
This sample text font color is #e0cdaa
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.
#e0cdaa Background Color
<div style="background-color:#e0cdaa">
Div content here</div>
This div background color is #e0cdaa
#e0cdaa Border Color
<div style="border:3px solid #e0cdaa">
Div here</div>
This div border color is #e0cdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,205,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0cdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0cdaa; -webkit-box-shadow: 1px 1px 3px 2px #e0cdaa; box-shadow: 1px 1px 3px 2px #e0cdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,205,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0cdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0cdaa; -webkit-box-shadow: 1px 1px 3px 2px #e0cdaa; box-shadow: 1px 1px 3px 2px #e0cdaa;">
Div content here</div>
This div box has shadow with color #e0cdaa
Comments
No comments written yet.
Please login to write comment.