Color spaces of #ece0aa
RGB | 236 | 224 | 170 |
---|---|---|---|
HSL | 0.14 | 0.63 | 0.80 |
HSV | 49° | 28° | 93° |
CMYK | 0.00 | 0.05 | 0.28 0.07 |
XYZ | 68.5034 | 74.0465 | 48.7121 |
Yxy | 74.0465 | 0.3582 | 0.3871 |
Hunter Lab | 86.0503 | -8.4867 | 26.6718 |
CIE-Lab | 88.9445 | -4.0545 | 27.9748 |
#ece0aa color RGB value is (236,224,170).
#ece0aa hex color red value is 236, green value is 224 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ece0aa hue: 0.14 , saturation: 0.63 and the lightness value of ece0aa is 0.80.
The process color (four color CMYK) of #ece0aa color hex is 0.00, 0.05, 0.28, 0.07. Web safe color of #ece0aa is #ffcc99. Color #ece0aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11100000 | 10101010 |
Octal | 354 | 340 | 252 |
Decimal | 236 | 224 | 170 |
Hex | EC | E0 | AA |
Shades of #ece0aa
Tints of #ece0aa
RGB Percentages of Color #ece0aa
CMYK Percentages of Color #ece0aa
Complementary Color
#ece0aa | #aab6ec |
#ece0aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ece0aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ece0aa Color CSS Codes
.mybgcolor {background-color:#ece0aa; } .myforecolor {color:#ece0aa; } .mybordercolor {border:3px solid #ece0aa; }
#ece0aa Text Font Color
<p style="color:#ece0aa">Text here</p>
This sample text font color is #ece0aa
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.
#ece0aa Background Color
<div style="background-color:#ece0aa">
Div content here</div>
This div background color is #ece0aa
#ece0aa Border Color
<div style="border:3px solid #ece0aa">
Div here</div>
This div border color is #ece0aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,224,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ece0aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ece0aa; -webkit-box-shadow: 1px 1px 3px 2px #ece0aa; box-shadow: 1px 1px 3px 2px #ece0aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,224,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 #ece0aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ece0aa; -webkit-box-shadow: 1px 1px 3px 2px #ece0aa; box-shadow: 1px 1px 3px 2px #ece0aa;">
Div content here</div>
This div box has shadow with color #ece0aa
Comments
No comments written yet.
Please login to write comment.