Color Hex Logo

#ecc8aa Color Hex

#ECC8AA
(236,200,170)
0 Favorites   0 Comments

Color spaces of #ecc8aa

RGB 236200170
HSL0.080.630.80
HSV27°28°93°
CMYK 0.000.150.28   0.07
XYZ62.502062.043746.7116
Yxy62.04370.36500.3623
Hunter Lab78.76783.795519.9768
CIE-Lab82.93678.347919.7398

#ecc8aa color RGB value is (236,200,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 10101010
Octal 354 310 252
Decimal 236 200 170
Hex EC C8 AA

RGB Percentages of Color #ecc8aa

%38.94
%33.00
%28.05

CMYK Percentages of Color #ecc8aa

%0
%15
%28
%7

Triadic Colors of #ecc8aa

#ecc8aa #aaecc8 #c8aaec

Analogous Colors of #ecc8aa

#ecc8aa #ece9aa #ecaaad

Monochromatic Colors of #ecc8aa

#ecc8aa

Complementary Color

#ecc8aa #aaceec

#ecc8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc8aa Color CSS Codes

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

#ecc8aa Text Font Color

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

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


#ecc8aa Background Color

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

This div background color is #ecc8aa


#ecc8aa Border Color

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

This div border color is #ecc8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc8aa


Comments

No comments written yet.

Please login to write comment.