Color Hex Logo

#ecc2aa Color Hex

#ECC2AA
(236,194,170)
0 Favorites   0 Comments

Color spaces of #ecc2aa

RGB 236194170
HSL0.060.630.80
HSV22°28°93°
CMYK 0.000.180.28   0.07
XYZ61.139659.318746.2575
Yxy59.31870.36670.3558
Hunter Lab77.01866.915818.3034
CIE-Lab81.466511.502517.6954

#ecc2aa color RGB value is (236,194,170).

#ecc2aa hex color red value is 236, green value is 194 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ecc2aa hue: 0.06 , saturation: 0.63 and the lightness value of ecc2aa is 0.80.

The process color (four color CMYK) of #ecc2aa color hex is 0.00, 0.18, 0.28, 0.07. Web safe color of #ecc2aa is #ffcc99. Color #ecc2aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10101010
Octal 354 302 252
Decimal 236 194 170
Hex EC C2 AA

RGB Percentages of Color #ecc2aa

%39.33
%32.33
%28.33

CMYK Percentages of Color #ecc2aa

%0
%18
%28
%7

Triadic Colors of #ecc2aa

#ecc2aa #aaecc2 #c2aaec

Analogous Colors of #ecc2aa

#ecc2aa #ece3aa #ecaab3

Monochromatic Colors of #ecc2aa

#ecc2aa

Complementary Color

#ecc2aa #aad4ec

#ecc2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc2aa Color CSS Codes

.mybgcolor {background-color:#ecc2aa; } 
.myforecolor {color:#ecc2aa; }
.mybordercolor {border:3px solid #ecc2aa; }

#ecc2aa Text Font Color

<p style="color:#ecc2aa">Text here</p>

This sample text font color is #ecc2aa
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.


#ecc2aa Background Color

<div style="background-color:#ecc2aa">
Div content here</div>

This div background color is #ecc2aa


#ecc2aa Border Color

<div style="border:3px solid #ecc2aa">
Div here</div>

This div border color is #ecc2aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,194,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecc2aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecc2aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ecc2aa;
  box-shadow:         1px 1px 3px 2px #ecc2aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,194,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 #ecc2aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ecc2aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ecc2aa;
  box-shadow:         1px 1px 3px 2px #ecc2aa;">
Div content here</div>

This div box has shadow with color #ecc2aa


Comments

No comments written yet.

Please login to write comment.