Color Hex Logo

#eab49a Color Hex

#EAB49A
(234,180,154)
0 Favorites   0 Comments

Color spaces of #eab49a

RGB 234180154
HSL0.050.660.76
HSV20°34°92°
CMYK 0.000.230.34   0.08
XYZ56.085752.468037.7432
Yxy52.46800.38340.3586
Hunter Lab72.434811.450319.8104
CIE-Lab77.559816.105020.8166

#eab49a color RGB value is (234,180,154).

#eab49a hex color red value is 234, green value is 180 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eab49a hue: 0.05 , saturation: 0.66 and the lightness value of eab49a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 10011010
Octal 352 264 232
Decimal 234 180 154
Hex EA B4 9A

RGB Percentages of Color #eab49a

%41.20
%31.69
%27.11

CMYK Percentages of Color #eab49a

%0
%23
%34
%8

Triadic Colors of #eab49a

#eab49a #9aeab4 #b49aea

Analogous Colors of #eab49a

#eab49a #eadc9a #ea9aa8

Monochromatic Colors of #eab49a

#eab49a

Complementary Color

#eab49a #9ad0ea

#eab49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab49a Color CSS Codes

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

#eab49a Text Font Color

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

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


#eab49a Background Color

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

This div background color is #eab49a


#eab49a Border Color

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

This div border color is #eab49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab49a


Comments

No comments written yet.

Please login to write comment.