Color Hex Logo

#eec9ad Color Hex

#EEC9AD
(238,201,173)
0 Favorites   0 Comments

Color spaces of #eec9ad

RGB 238201173
HSL0.070.660.81
HSV26°27°93°
CMYK 0.000.160.27   0.07
XYZ63.689462.967648.3323
Yxy62.96760.36400.3598
Hunter Lab79.35214.401019.4338
CIE-Lab83.42538.977718.8577

#eec9ad color RGB value is (238,201,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 10101101
Octal 356 311 255
Decimal 238 201 173
Hex EE C9 AD

RGB Percentages of Color #eec9ad

%38.89
%32.84
%28.27

CMYK Percentages of Color #eec9ad

%0
%16
%27
%7

Triadic Colors of #eec9ad

#eec9ad #adeec9 #c9adee

Analogous Colors of #eec9ad

#eec9ad #eeeaad #eeadb2

Monochromatic Colors of #eec9ad

#eec9ad

Complementary Color

#eec9ad #add2ee

#eec9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec9ad Color CSS Codes

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

#eec9ad Text Font Color

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

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


#eec9ad Background Color

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

This div background color is #eec9ad


#eec9ad Border Color

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

This div border color is #eec9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec9ad


Comments

No comments written yet.

Please login to write comment.