Color Hex Logo

#eeb9ad Color Hex

#EEB9AD
(238,185,173)
0 Favorites   0 Comments

Color spaces of #eeb9ad

RGB 238185173
HSL0.030.660.81
HSV11°27°93°
CMYK 0.000.220.27   0.07
XYZ60.151755.892247.1531
Yxy55.89220.36860.3425
Hunter Lab74.761112.786614.9375
CIE-Lab79.552417.415313.4312

#eeb9ad color RGB value is (238,185,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 10101101
Octal 356 271 255
Decimal 238 185 173
Hex EE B9 AD

RGB Percentages of Color #eeb9ad

%39.93
%31.04
%29.03

CMYK Percentages of Color #eeb9ad

%0
%22
%27
%7

Triadic Colors of #eeb9ad

#eeb9ad #adeeb9 #b9adee

Analogous Colors of #eeb9ad

#eeb9ad #eedaad #eeadc2

Monochromatic Colors of #eeb9ad

#eeb9ad

Complementary Color

#eeb9ad #ade2ee

#eeb9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb9ad Color CSS Codes

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

#eeb9ad Text Font Color

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

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


#eeb9ad Background Color

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

This div background color is #eeb9ad


#eeb9ad Border Color

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

This div border color is #eeb9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb9ad


Comments

No comments written yet.

Please login to write comment.