Color Hex Logo

#eae59e Color Hex

#EAE59E
(234,229,158)
0 Favorites   0 Comments

Color spaces of #eae59e

RGB 234229158
HSL0.160.640.77
HSV56°32°92°
CMYK 0.000.020.32   0.08
XYZ68.122675.999743.4267
Yxy75.99970.36320.4052
Hunter Lab87.1778-13.077431.4898
CIE-Lab89.8592-8.829635.2974

#eae59e color RGB value is (234,229,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 10011110
Octal 352 345 236
Decimal 234 229 158
Hex EA E5 9E

RGB Percentages of Color #eae59e

%37.68
%36.88
%25.44

CMYK Percentages of Color #eae59e

%0
%2
%32
%8

Triadic Colors of #eae59e

#eae59e #9eeae5 #e59eea

Analogous Colors of #eae59e

#eae59e #c9ea9e #eabf9e

Monochromatic Colors of #eae59e

#eae59e

Complementary Color

#eae59e #9ea3ea

#eae59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae59e Color CSS Codes

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

#eae59e Text Font Color

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

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


#eae59e Background Color

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

This div background color is #eae59e


#eae59e Border Color

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

This div border color is #eae59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae59e


Comments

No comments written yet.

Please login to write comment.