Color Hex Logo

#eaa2ab Color Hex

#EAA2AB
(234,162,171)
0 Favorites   0 Comments

Color spaces of #eaa2ab

RGB 234162171
HSL0.980.630.78
HSV353°31°92°
CMYK 0.000.310.27   0.08
XYZ54.202746.273444.6029
Yxy46.27340.37360.3190
Hunter Lab68.024623.18788.7414
CIE-Lab73.722627.89806.1584

#eaa2ab color RGB value is (234,162,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 10101011
Octal 352 242 253
Decimal 234 162 171
Hex EA A2 AB

RGB Percentages of Color #eaa2ab

%41.27
%28.57
%30.16

CMYK Percentages of Color #eaa2ab

%0
%31
%27
%8

Triadic Colors of #eaa2ab

#eaa2ab #abeaa2 #a2abea

Analogous Colors of #eaa2ab

#eaa2ab #eabda2 #eaa2cf

Monochromatic Colors of #eaa2ab

#eaa2ab

Complementary Color

#eaa2ab #a2eae1

#eaa2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa2ab Color CSS Codes

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

#eaa2ab Text Font Color

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

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


#eaa2ab Background Color

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

This div background color is #eaa2ab


#eaa2ab Border Color

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

This div border color is #eaa2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa2ab


Comments

No comments written yet.

Please login to write comment.