Color Hex Logo

#eaabaa Color Hex

#EAABAA
(234,171,170)
0 Favorites   0 Comments

Color spaces of #eaabaa

RGB 234171170
HSL0.000.600.79
HSV27°92°
CMYK 0.000.270.27   0.08
XYZ55.750349.520544.6503
Yxy49.52050.37190.3303
Hunter Lab70.370818.265311.6400
CIE-Lab75.774022.96499.6427

#eaabaa color RGB value is (234,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 10101010
Octal 352 253 252
Decimal 234 171 170
Hex EA AB AA

RGB Percentages of Color #eaabaa

%40.70
%29.74
%29.57

CMYK Percentages of Color #eaabaa

%0
%27
%27
%8

Triadic Colors of #eaabaa

#eaabaa #aaeaab #abaaea

Analogous Colors of #eaabaa

#eaabaa #eacbaa #eaaac9

Monochromatic Colors of #eaabaa

#eaabaa

Complementary Color

#eaabaa #aae9ea

#eaabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabaa Color CSS Codes

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

#eaabaa Text Font Color

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

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


#eaabaa Background Color

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

This div background color is #eaabaa


#eaabaa Border Color

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

This div border color is #eaabaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,171,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eaabaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabaa


Comments

No comments written yet.

Please login to write comment.