Color Hex Logo

#eaee20 Color Hex

#EAEE20
(234,238,32)
0 Favorites   0 Comments

Color spaces of #eaee20

RGB 23423832
HSL0.170.860.53
HSV61°87°93°
CMYK 0.020.000.87   0.07
XYZ64.766978.745813.1524
Yxy78.74580.41340.5026
Hunter Lab88.7388-25.013053.3295
CIE-Lab91.1192-21.731785.8226

#eaee20 color RGB value is (234,238,32).

#eaee20 hex color red value is 234, green value is 238 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #eaee20 hue: 0.17 , saturation: 0.86 and the lightness value of eaee20 is 0.53.

The process color (four color CMYK) of #eaee20 color hex is 0.02, 0.00, 0.87, 0.07. Web safe color of #eaee20 is #ffff33. Color #eaee20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101110 00100000
Octal 352 356 40
Decimal 234 238 32
Hex EA EE 20

RGB Percentages of Color #eaee20

%46.43
%47.22
%6.35

CMYK Percentages of Color #eaee20

%2
%0
%87
%7

Triadic Colors of #eaee20

#eaee20 #20eaee #ee20ea

Analogous Colors of #eaee20

#eaee20 #83ee20 #ee8b20

Monochromatic Colors of #eaee20

#eaee20

Complementary Color

#eaee20 #2420ee

#eaee20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaee20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaee20 Color CSS Codes

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

#eaee20 Text Font Color

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

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


#eaee20 Background Color

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

This div background color is #eaee20


#eaee20 Border Color

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

This div border color is #eaee20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaee20


Comments

No comments written yet.

Please login to write comment.