Color Hex Logo

#eaec58 Color Hex

#EAEC58
(234,236,88)
0 Favorites   0 Comments

Color spaces of #eaec58

RGB 23423688
HSL0.170.800.64
HSV61°63°93°
CMYK 0.010.000.63   0.07
XYZ65.688678.187920.8621
Yxy78.18790.39870.4746
Hunter Lab88.4239-22.137347.9083
CIE-Lab90.8656-18.561468.9510

#eaec58 color RGB value is (234,236,88).

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

The process color (four color CMYK) of #eaec58 color hex is 0.01, 0.00, 0.63, 0.07. Web safe color of #eaec58 is #ffff66. Color #eaec58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101100 01011000
Octal 352 354 130
Decimal 234 236 88
Hex EA EC 58

RGB Percentages of Color #eaec58

%41.94
%42.29
%15.77

CMYK Percentages of Color #eaec58

%1
%0
%63
%7

Triadic Colors of #eaec58

#eaec58 #58eaec #ec58ea

Analogous Colors of #eaec58

#eaec58 #a0ec58 #eca458

Monochromatic Colors of #eaec58

#eaec58

Complementary Color

#eaec58 #5a58ec

#eaec58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaec58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaec58 Color CSS Codes

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

#eaec58 Text Font Color

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

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


#eaec58 Background Color

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

This div background color is #eaec58


#eaec58 Border Color

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

This div border color is #eaec58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaec58


Comments

No comments written yet.

Please login to write comment.