Color Hex Logo

#eab39a Color Hex

#EAB39A
(234,179,154)
0 Favorites   0 Comments

Color spaces of #eab39a

RGB 234179154
HSL0.050.660.76
HSV19°34°92°
CMYK 0.000.240.34   0.08
XYZ55.884552.065737.6761
Yxy52.06570.38380.3575
Hunter Lab72.156611.972419.5517
CIE-Lab77.320116.636320.4865

#eab39a color RGB value is (234,179,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 10011010
Octal 352 263 232
Decimal 234 179 154
Hex EA B3 9A

RGB Percentages of Color #eab39a

%41.27
%31.57
%27.16

CMYK Percentages of Color #eab39a

%0
%24
%34
%8

Triadic Colors of #eab39a

#eab39a #9aeab3 #b39aea

Analogous Colors of #eab39a

#eab39a #eadb9a #ea9aa9

Monochromatic Colors of #eab39a

#eab39a

Complementary Color

#eab39a #9ad1ea

#eab39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab39a Color CSS Codes

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

#eab39a Text Font Color

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

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


#eab39a Background Color

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

This div background color is #eab39a


#eab39a Border Color

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

This div border color is #eab39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab39a


Comments

No comments written yet.

Please login to write comment.