Color Hex Logo

#eea0ad Color Hex

#EEA0AD
(238,160,173)
0 Favorites   0 Comments

Color spaces of #eea0ad

RGB 238160173
HSL0.970.700.78
HSV350°33°93°
CMYK 0.000.330.27   0.07
XYZ55.373546.335945.5604
Yxy46.33590.37600.3146
Hunter Lab68.070526.08167.9658
CIE-Lab73.763030.68815.1726

#eea0ad color RGB value is (238,160,173).

#eea0ad hex color red value is 238, green value is 160 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eea0ad hue: 0.97 , saturation: 0.70 and the lightness value of eea0ad is 0.78.

The process color (four color CMYK) of #eea0ad color hex is 0.00, 0.33, 0.27, 0.07. Web safe color of #eea0ad is #ff9999. Color #eea0ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100000 10101101
Octal 356 240 255
Decimal 238 160 173
Hex EE A0 AD

RGB Percentages of Color #eea0ad

%41.68
%28.02
%30.30

CMYK Percentages of Color #eea0ad

%0
%33
%27
%7

Triadic Colors of #eea0ad

#eea0ad #adeea0 #a0adee

Analogous Colors of #eea0ad

#eea0ad #eebaa0 #eea0d4

Monochromatic Colors of #eea0ad

#eea0ad

Complementary Color

#eea0ad #a0eee1

#eea0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea0ad Color CSS Codes

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

#eea0ad Text Font Color

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

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


#eea0ad Background Color

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

This div background color is #eea0ad


#eea0ad Border Color

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

This div border color is #eea0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea0ad


Comments

No comments written yet.

Please login to write comment.