Color Hex Logo

#eae589 Color Hex

#EAE589
(234,229,137)
0 Favorites   0 Comments

Color spaces of #eae589

RGB 234229137
HSL0.160.700.73
HSV57°41°92°
CMYK 0.000.020.41   0.08
XYZ66.466475.337234.7053
Yxy75.33720.37660.4268
Hunter Lab86.7970-15.205137.0511
CIE-Lab89.5507-11.155945.3658

#eae589 color RGB value is (234,229,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 10001001
Octal 352 345 211
Decimal 234 229 137
Hex EA E5 89

RGB Percentages of Color #eae589

%39.00
%38.17
%22.83

CMYK Percentages of Color #eae589

%0
%2
%41
%8

Triadic Colors of #eae589

#eae589 #89eae5 #e589ea

Analogous Colors of #eae589

#eae589 #bfea89 #eab589

Monochromatic Colors of #eae589

#eae589

Complementary Color

#eae589 #898eea

#eae589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae589 Color CSS Codes

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

#eae589 Text Font Color

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

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


#eae589 Background Color

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

This div background color is #eae589


#eae589 Border Color

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

This div border color is #eae589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae589


Comments

No comments written yet.

Please login to write comment.