Color Hex Logo

#eec9ac Color Hex

#EEC9AC
(238,201,172)
0 Favorites   0 Comments

Color spaces of #eec9ac

RGB 238201172
HSL0.070.660.80
HSV26°28°93°
CMYK 0.000.160.28   0.07
XYZ63.592962.929047.8245
Yxy62.92900.36480.3609
Hunter Lab79.32784.270419.7852
CIE-Lab83.40508.844219.3588

#eec9ac color RGB value is (238,201,172).

#eec9ac hex color red value is 238, green value is 201 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eec9ac hue: 0.07 , saturation: 0.66 and the lightness value of eec9ac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 10101100
Octal 356 311 254
Decimal 238 201 172
Hex EE C9 AC

RGB Percentages of Color #eec9ac

%38.95
%32.90
%28.15

CMYK Percentages of Color #eec9ac

%0
%16
%28
%7

Triadic Colors of #eec9ac

#eec9ac #aceec9 #c9acee

Analogous Colors of #eec9ac

#eec9ac #eeeaac #eeacb0

Monochromatic Colors of #eec9ac

#eec9ac

Complementary Color

#eec9ac #acd1ee

#eec9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec9ac Color CSS Codes

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

#eec9ac Text Font Color

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

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


#eec9ac Background Color

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

This div background color is #eec9ac


#eec9ac Border Color

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

This div border color is #eec9ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,201,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eec9ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eec9ac;
  -webkit-box-shadow: 1px 1px 3px 2px #eec9ac;
  box-shadow:         1px 1px 3px 2px #eec9ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,201,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eec9ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec9ac


Comments

No comments written yet.

Please login to write comment.