Color Hex Logo

#eaf040 Color Hex

#EAF040
(234,240,64)
0 Favorites   0 Comments

Color spaces of #eaf040

RGB 23424064
HSL0.170.850.60
HSV62°73°94°
CMYK 0.030.000.73   0.06
XYZ66.017280.182816.8478
Yxy80.18280.40490.4918
Hunter Lab89.5448-25.103851.5260
CIE-Lab91.7668-21.710278.4329

#eaf040 color RGB value is (234,240,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 01000000
Octal 352 360 100
Decimal 234 240 64
Hex EA F0 40

RGB Percentages of Color #eaf040

%43.49
%44.61
%11.90

CMYK Percentages of Color #eaf040

%3
%0
%73
%6

Triadic Colors of #eaf040

#eaf040 #40eaf0 #f040ea

Analogous Colors of #eaf040

#eaf040 #92f040 #f09e40

Monochromatic Colors of #eaf040

#eaf040

Complementary Color

#eaf040 #4640f0

#eaf040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf040 Color CSS Codes

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

#eaf040 Text Font Color

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

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


#eaf040 Background Color

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

This div background color is #eaf040


#eaf040 Border Color

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

This div border color is #eaf040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf040


Comments

No comments written yet.

Please login to write comment.