Color Hex Logo

#eaabad Color Hex

#EAABAD
(234,171,173)
0 Favorites   0 Comments

Color spaces of #eaabad

RGB 234171173
HSL0.990.600.79
HSV358°27°92°
CMYK 0.000.270.26   0.08
XYZ56.037449.635446.1623
Yxy49.63540.36910.3269
Hunter Lab70.452418.686110.4683
CIE-Lab75.844923.37658.1063

#eaabad color RGB value is (234,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 10101101
Octal 352 253 255
Decimal 234 171 173
Hex EA AB AD

RGB Percentages of Color #eaabad

%40.48
%29.58
%29.93

CMYK Percentages of Color #eaabad

%0
%27
%26
%8

Triadic Colors of #eaabad

#eaabad #adeaab #abadea

Analogous Colors of #eaabad

#eaabad #eac9ab #eaabcd

Monochromatic Colors of #eaabad

#eaabad

Complementary Color

#eaabad #abeae8

#eaabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabad Color CSS Codes

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

#eaabad Text Font Color

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

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


#eaabad Background Color

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

This div background color is #eaabad


#eaabad Border Color

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

This div border color is #eaabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabad


Comments

No comments written yet.

Please login to write comment.