Color Hex Logo

#eae59a Color Hex

#EAE59A
(234,229,154)
0 Favorites   0 Comments

Color spaces of #eae59a

RGB 234229154
HSL0.160.660.76
HSV56°34°92°
CMYK 0.000.020.34   0.08
XYZ67.783775.864141.6425
Yxy75.86410.36580.4094
Hunter Lab87.1000-13.511232.6235
CIE-Lab89.7962-9.301337.2332

#eae59a color RGB value is (234,229,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 10011010
Octal 352 345 232
Decimal 234 229 154
Hex EA E5 9A

RGB Percentages of Color #eae59a

%37.93
%37.12
%24.96

CMYK Percentages of Color #eae59a

%0
%2
%34
%8

Triadic Colors of #eae59a

#eae59a #9aeae5 #e59aea

Analogous Colors of #eae59a

#eae59a #c7ea9a #eabd9a

Monochromatic Colors of #eae59a

#eae59a

Complementary Color

#eae59a #9a9fea

#eae59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae59a Color CSS Codes

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

#eae59a Text Font Color

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

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


#eae59a Background Color

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

This div background color is #eae59a


#eae59a Border Color

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

This div border color is #eae59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae59a


Comments

No comments written yet.

Please login to write comment.