Color Hex Logo

#eae557 Color Hex

#EAE557
(234,229,87)
0 Favorites   0 Comments

Color spaces of #eae557

RGB 23422987
HSL0.160.780.63
HSV58°63°92°
CMYK 0.000.020.63   0.08
XYZ63.671374.219219.9867
Yxy74.21920.40330.4701
Hunter Lab86.1506-18.839546.5503
CIE-Lab89.0260-15.204567.4151

#eae557 color RGB value is (234,229,87).

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

The process color (four color CMYK) of #eae557 color hex is 0.00, 0.02, 0.63, 0.08. Web safe color of #eae557 is #ffcc66. Color #eae557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 01010111
Octal 352 345 127
Decimal 234 229 87
Hex EA E5 57

RGB Percentages of Color #eae557

%42.55
%41.64
%15.82

CMYK Percentages of Color #eae557

%0
%2
%63
%8

Triadic Colors of #eae557

#eae557 #57eae5 #e557ea

Analogous Colors of #eae557

#eae557 #a6ea57 #ea9c57

Monochromatic Colors of #eae557

#eae557

Complementary Color

#eae557 #575cea

#eae557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae557 Color CSS Codes

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

#eae557 Text Font Color

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

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


#eae557 Background Color

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

This div background color is #eae557


#eae557 Border Color

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

This div border color is #eae557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae557


Comments

No comments written yet.

Please login to write comment.