Color Hex Logo

#eec4ac Color Hex

#EEC4AC
(238,196,172)
0 Favorites   0 Comments

Color spaces of #eec4ac

RGB 238196172
HSL0.060.660.80
HSV22°28°93°
CMYK 0.000.180.28   0.07
XYZ62.446260.635647.4423
Yxy60.63560.36620.3556
Hunter Lab77.86896.875918.3852
CIE-Lab82.182511.469317.6570

#eec4ac color RGB value is (238,196,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 10101100
Octal 356 304 254
Decimal 238 196 172
Hex EE C4 AC

RGB Percentages of Color #eec4ac

%39.27
%32.34
%28.38

CMYK Percentages of Color #eec4ac

%0
%18
%28
%7

Triadic Colors of #eec4ac

#eec4ac #aceec4 #c4acee

Analogous Colors of #eec4ac

#eec4ac #eee5ac #eeacb5

Monochromatic Colors of #eec4ac

#eec4ac

Complementary Color

#eec4ac #acd6ee

#eec4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec4ac Color CSS Codes

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

#eec4ac Text Font Color

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

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


#eec4ac Background Color

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

This div background color is #eec4ac


#eec4ac Border Color

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

This div border color is #eec4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec4ac


Comments

No comments written yet.

Please login to write comment.