Color Hex Logo

#eaa4ab Color Hex

#EAA4AB
(234,164,171)
0 Favorites   0 Comments

Color spaces of #eaa4ab

RGB 234164171
HSL0.980.630.78
HSV354°30°92°
CMYK 0.000.300.27   0.08
XYZ54.557846.983644.7213
Yxy46.98360.37300.3212
Hunter Lab68.544622.12349.2980
CIE-Lab74.179326.83306.8144

#eaa4ab color RGB value is (234,164,171).

#eaa4ab hex color red value is 234, green value is 164 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eaa4ab hue: 0.98 , saturation: 0.63 and the lightness value of eaa4ab is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 10101011
Octal 352 244 253
Decimal 234 164 171
Hex EA A4 AB

RGB Percentages of Color #eaa4ab

%41.12
%28.82
%30.05

CMYK Percentages of Color #eaa4ab

%0
%30
%27
%8

Triadic Colors of #eaa4ab

#eaa4ab #abeaa4 #a4abea

Analogous Colors of #eaa4ab

#eaa4ab #eac0a4 #eaa4ce

Monochromatic Colors of #eaa4ab

#eaa4ab

Complementary Color

#eaa4ab #a4eae3

#eaa4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa4ab Color CSS Codes

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

#eaa4ab Text Font Color

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

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


#eaa4ab Background Color

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

This div background color is #eaa4ab


#eaa4ab Border Color

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

This div border color is #eaa4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa4ab


Comments

No comments written yet.

Please login to write comment.