Color spaces of #e0cbae
RGB | 224 | 203 | 174 |
---|---|---|---|
HSL | 0.10 | 0.45 | 0.78 |
HSV | 35° | 22° | 88° |
CMYK | 0.00 | 0.09 | 0.22 0.12 |
XYZ | 59.7364 | 61.6152 | 48.7889 |
Yxy | 61.6152 | 0.3511 | 0.3621 |
Hunter Lab | 78.4954 | -1.5251 | 18.0950 |
CIE-Lab | 82.7084 | 2.8219 | 17.1426 |
#e0cbae color RGB value is (224,203,174).
#e0cbae hex color red value is 224, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e0cbae hue: 0.10 , saturation: 0.45 and the lightness value of e0cbae is 0.78.
The process color (four color CMYK) of #e0cbae color hex is 0.00, 0.09, 0.22, 0.12. Web safe color of #e0cbae is #cccc99. Color #e0cbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11001011 | 10101110 |
Octal | 340 | 313 | 256 |
Decimal | 224 | 203 | 174 |
Hex | E0 | CB | AE |
Shades of #e0cbae
Tints of #e0cbae
RGB Percentages of Color #e0cbae
CMYK Percentages of Color #e0cbae
Complementary Color
#e0cbae | #aec3e0 |
#e0cbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0cbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0cbae Color CSS Codes
.mybgcolor {background-color:#e0cbae; } .myforecolor {color:#e0cbae; } .mybordercolor {border:3px solid #e0cbae; }
#e0cbae Text Font Color
<p style="color:#e0cbae">Text here</p>
This sample text font color is #e0cbae
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.
#e0cbae Background Color
<div style="background-color:#e0cbae">
Div content here</div>
This div background color is #e0cbae
#e0cbae Border Color
<div style="border:3px solid #e0cbae">
Div here</div>
This div border color is #e0cbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,203,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0cbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0cbae; -webkit-box-shadow: 1px 1px 3px 2px #e0cbae; box-shadow: 1px 1px 3px 2px #e0cbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,203,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 #e0cbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0cbae; -webkit-box-shadow: 1px 1px 3px 2px #e0cbae; box-shadow: 1px 1px 3px 2px #e0cbae;">
Div content here</div>
This div box has shadow with color #e0cbae
Comments
No comments written yet.
Please login to write comment.