Color spaces of #e0dcae
RGB | 224 | 220 | 174 |
---|---|---|---|
HSL | 0.15 | 0.45 | 0.78 |
HSV | 55° | 22° | 88° |
CMYK | 0.00 | 0.02 | 0.22 0.12 |
XYZ | 63.9737 | 70.0897 | 50.2013 |
Yxy | 70.0897 | 0.3472 | 0.3804 |
Hunter Lab | 83.7196 | -10.1098 | 23.0513 |
CIE-Lab | 87.0408 | -5.9564 | 23.1496 |
#e0dcae color RGB value is (224,220,174).
#e0dcae hex color red value is 224, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e0dcae hue: 0.15 , saturation: 0.45 and the lightness value of e0dcae is 0.78.
The process color (four color CMYK) of #e0dcae color hex is 0.00, 0.02, 0.22, 0.12. Web safe color of #e0dcae is #cccc99. Color #e0dcae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11011100 | 10101110 |
Octal | 340 | 334 | 256 |
Decimal | 224 | 220 | 174 |
Hex | E0 | DC | AE |
Shades of #e0dcae
Tints of #e0dcae
RGB Percentages of Color #e0dcae
CMYK Percentages of Color #e0dcae
Complementary Color
#e0dcae | #aeb2e0 |
#e0dcae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0dcae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0dcae Color CSS Codes
.mybgcolor {background-color:#e0dcae; } .myforecolor {color:#e0dcae; } .mybordercolor {border:3px solid #e0dcae; }
#e0dcae Text Font Color
<p style="color:#e0dcae">Text here</p>
This sample text font color is #e0dcae
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.
#e0dcae Background Color
<div style="background-color:#e0dcae">
Div content here</div>
This div background color is #e0dcae
#e0dcae Border Color
<div style="border:3px solid #e0dcae">
Div here</div>
This div border color is #e0dcae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,220,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0dcae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0dcae; -webkit-box-shadow: 1px 1px 3px 2px #e0dcae; box-shadow: 1px 1px 3px 2px #e0dcae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,220,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0dcae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0dcae; -webkit-box-shadow: 1px 1px 3px 2px #e0dcae; box-shadow: 1px 1px 3px 2px #e0dcae;">
Div content here</div>
This div box has shadow with color #e0dcae
Comments
No comments written yet.
Please login to write comment.