Color Hex Logo

#eeac9c Color Hex

#EEAC9C
(238,172,156)
0 Favorites   0 Comments

Color spaces of #eeac9c

RGB 238172156
HSL0.030.710.77
HSV12°34°93°
CMYK 0.000.280.34   0.07
XYZ56.013250.082538.1672
Yxy50.08250.38830.3472
Hunter Lab70.769017.435917.5620
CIE-Lab76.119922.131017.8097

#eeac9c color RGB value is (238,172,156).

#eeac9c hex color red value is 238, green value is 172 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #eeac9c hue: 0.03 , saturation: 0.71 and the lightness value of eeac9c is 0.77.

The process color (four color CMYK) of #eeac9c color hex is 0.00, 0.28, 0.34, 0.07. Web safe color of #eeac9c is #ff9999. Color #eeac9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101100 10011100
Octal 356 254 234
Decimal 238 172 156
Hex EE AC 9C

RGB Percentages of Color #eeac9c

%42.05
%30.39
%27.56

CMYK Percentages of Color #eeac9c

%0
%28
%34
%7

Triadic Colors of #eeac9c

#eeac9c #9ceeac #ac9cee

Analogous Colors of #eeac9c

#eeac9c #eed59c #ee9cb5

Monochromatic Colors of #eeac9c

#eeac9c

Complementary Color

#eeac9c #9cdeee

#eeac9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeac9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeac9c Color CSS Codes

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

#eeac9c Text Font Color

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

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


#eeac9c Background Color

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

This div background color is #eeac9c


#eeac9c Border Color

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

This div border color is #eeac9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeac9c


Comments

No comments written yet.

Please login to write comment.