Color Hex Logo

#eaaaab Color Hex

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

Color spaces of #eaaaab

RGB 234170171
HSL1.000.600.79
HSV359°27°92°
CMYK 0.000.270.27   0.08
XYZ55.657149.182245.0877
Yxy49.18220.37120.3280
Hunter Lab70.130018.934910.9725
CIE-Lab75.564523.63448.7979

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

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

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

Base Numbers

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

RGB Percentages of Color #eaaaab

%40.70
%29.57
%29.74

CMYK Percentages of Color #eaaaab

%0
%27
%27
%8

Triadic Colors of #eaaaab

#eaaaab #abeaaa #aaabea

Analogous Colors of #eaaaab

#eaaaab #eac9aa #eaaacb

Monochromatic Colors of #eaaaab

#eaaaab

Complementary Color

#eaaaab #aaeae9

#eaaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaaab Color CSS Codes

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

#eaaaab Text Font Color

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

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


#eaaaab Background Color

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

This div background color is #eaaaab


#eaaaab Border Color

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

This div border color is #eaaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaaab


Comments

No comments written yet.

Please login to write comment.