Color Hex Logo

#ece0aa Color Hex

#ECE0AA
(236,224,170)
0 Favorites   0 Comments

Color spaces of #ece0aa

RGB 236224170
HSL0.140.630.80
HSV49°28°93°
CMYK 0.000.050.28   0.07
XYZ68.503474.046548.7121
Yxy74.04650.35820.3871
Hunter Lab86.0503-8.486726.6718
CIE-Lab88.9445-4.054527.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

BaseRedGreenBlue
Binary 11101100 11100000 10101010
Octal 354 340 252
Decimal 236 224 170
Hex EC E0 AA

RGB Percentages of Color #ece0aa

%37.46
%35.56
%26.98

CMYK Percentages of Color #ece0aa

%0
%5
%28
%7

Triadic Colors of #ece0aa

#ece0aa #aaece0 #e0aaec

Analogous Colors of #ece0aa

#ece0aa #d7ecaa #ecbfaa

Monochromatic Colors of #ece0aa

#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.