Color Hex Logo

#eaa8ad Color Hex

#EAA8AD
(234,168,173)
0 Favorites   0 Comments

Color spaces of #eaa8ad

RGB 234168173
HSL0.990.610.79
HSV355°28°92°
CMYK 0.000.280.26   0.08
XYZ55.477148.514845.9755
Yxy48.51480.36990.3235
Hunter Lab69.652620.28039.6213
CIE-Lab75.148524.97647.1085

#eaa8ad color RGB value is (234,168,173).

#eaa8ad hex color red value is 234, green value is 168 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eaa8ad hue: 0.99 , saturation: 0.61 and the lightness value of eaa8ad is 0.79.

The process color (four color CMYK) of #eaa8ad color hex is 0.00, 0.28, 0.26, 0.08. Web safe color of #eaa8ad is #ff9999. Color #eaa8ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 10101101
Octal 352 250 255
Decimal 234 168 173
Hex EA A8 AD

RGB Percentages of Color #eaa8ad

%40.70
%29.22
%30.09

CMYK Percentages of Color #eaa8ad

%0
%28
%26
%8

Triadic Colors of #eaa8ad

#eaa8ad #adeaa8 #a8adea

Analogous Colors of #eaa8ad

#eaa8ad #eac4a8 #eaa8ce

Monochromatic Colors of #eaa8ad

#eaa8ad

Complementary Color

#eaa8ad #a8eae5

#eaa8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa8ad Color CSS Codes

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

#eaa8ad Text Font Color

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

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


#eaa8ad Background Color

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

This div background color is #eaa8ad


#eaa8ad Border Color

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

This div border color is #eaa8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa8ad


Comments

No comments written yet.

Please login to write comment.