Color Hex Logo

#eaf020 Color Hex

#EAF020
(234,240,32)
0 Favorites   0 Comments

Color spaces of #eaf020

RGB 23424032
HSL0.170.870.53
HSV62°87°94°
CMYK 0.030.000.87   0.06
XYZ65.352579.916913.3476
Yxy79.91690.41200.5038
Hunter Lab89.3963-25.952353.7249
CIE-Lab91.6476-22.687386.2470

#eaf020 color RGB value is (234,240,32).

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

The process color (four color CMYK) of #eaf020 color hex is 0.03, 0.00, 0.87, 0.06. Web safe color of #eaf020 is #ffff33. Color #eaf020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 00100000
Octal 352 360 40
Decimal 234 240 32
Hex EA F0 20

RGB Percentages of Color #eaf020

%46.25
%47.43
%6.32

CMYK Percentages of Color #eaf020

%3
%0
%87
%6

Triadic Colors of #eaf020

#eaf020 #20eaf0 #f020ea

Analogous Colors of #eaf020

#eaf020 #82f020 #f08e20

Monochromatic Colors of #eaf020

#eaf020

Complementary Color

#eaf020 #2620f0

#eaf020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf020 Color CSS Codes

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

#eaf020 Text Font Color

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

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


#eaf020 Background Color

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

This div background color is #eaf020


#eaf020 Border Color

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

This div border color is #eaf020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf020


Comments

No comments written yet.

Please login to write comment.