Color Hex Logo

#eec8ad Color Hex

#EEC8AD
(238,200,173)
0 Favorites   0 Comments

Color spaces of #eec8ad

RGB 238200173
HSL0.070.660.81
HSV25°27°93°
CMYK 0.000.160.27   0.07
XYZ63.457062.502848.2549
Yxy62.50280.36420.3588
Hunter Lab79.05874.921519.1524
CIE-Lab83.18019.501918.5163

#eec8ad color RGB value is (238,200,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001000 10101101
Octal 356 310 255
Decimal 238 200 173
Hex EE C8 AD

RGB Percentages of Color #eec8ad

%38.95
%32.73
%28.31

CMYK Percentages of Color #eec8ad

%0
%16
%27
%7

Triadic Colors of #eec8ad

#eec8ad #adeec8 #c8adee

Analogous Colors of #eec8ad

#eec8ad #eee9ad #eeadb3

Monochromatic Colors of #eec8ad

#eec8ad

Complementary Color

#eec8ad #add3ee

#eec8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec8ad Color CSS Codes

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

#eec8ad Text Font Color

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

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


#eec8ad Background Color

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

This div background color is #eec8ad


#eec8ad Border Color

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

This div border color is #eec8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec8ad


Comments

No comments written yet.

Please login to write comment.