Color Hex Logo

#eab5aa Color Hex

#EAB5AA
(234,181,170)
0 Favorites   0 Comments

Color spaces of #eab5aa

RGB 234181170
HSL0.030.600.79
HSV10°27°92°
CMYK 0.000.230.27   0.08
XYZ57.711353.442545.3039
Yxy53.44250.36890.3416
Hunter Lab73.104412.981814.4301
CIE-Lab78.135517.636912.9928

#eab5aa color RGB value is (234,181,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 10101010
Octal 352 265 252
Decimal 234 181 170
Hex EA B5 AA

RGB Percentages of Color #eab5aa

%40.00
%30.94
%29.06

CMYK Percentages of Color #eab5aa

%0
%23
%27
%8

Triadic Colors of #eab5aa

#eab5aa #aaeab5 #b5aaea

Analogous Colors of #eab5aa

#eab5aa #ead5aa #eaaabf

Monochromatic Colors of #eab5aa

#eab5aa

Complementary Color

#eab5aa #aadfea

#eab5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab5aa Color CSS Codes

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

#eab5aa Text Font Color

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

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


#eab5aa Background Color

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

This div background color is #eab5aa


#eab5aa Border Color

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

This div border color is #eab5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab5aa


Comments

No comments written yet.

Please login to write comment.