Color Hex Logo

#eaea58 Color Hex

#EAEA58
(234,234,88)
0 Favorites   0 Comments

Color spaces of #eaea58

RGB 23423488
HSL0.170.780.63
HSV60°62°92°
CMYK 0.000.000.62   0.08
XYZ65.116077.042620.6713
Yxy77.04260.39990.4731
Hunter Lab87.7739-21.182347.4786
CIE-Lab90.3412-17.589568.3995

#eaea58 color RGB value is (234,234,88).

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

The process color (four color CMYK) of #eaea58 color hex is 0.00, 0.00, 0.62, 0.08. Web safe color of #eaea58 is #ffff66. Color #eaea58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101010 01011000
Octal 352 352 130
Decimal 234 234 88
Hex EA EA 58

RGB Percentages of Color #eaea58

%42.09
%42.09
%15.83

CMYK Percentages of Color #eaea58

%0
%0
%62
%8

Triadic Colors of #eaea58

#eaea58 #58eaea #ea58ea

Analogous Colors of #eaea58

#eaea58 #a1ea58 #eaa158

Monochromatic Colors of #eaea58

#eaea58

Complementary Color

#eaea58 #5858ea

#eaea58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaea58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaea58 Color CSS Codes

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

#eaea58 Text Font Color

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

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


#eaea58 Background Color

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

This div background color is #eaea58


#eaea58 Border Color

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

This div border color is #eaea58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaea58


Comments

No comments written yet.

Please login to write comment.