Color Hex Logo

#eaf60e Color Hex

#EAF60E
(234,246,14)
0 Favorites   0 Comments

Color spaces of #eaf60e

RGB 23424614
HSL0.180.930.51
HSV63°94°96°
CMYK 0.050.000.94   0.04
XYZ66.966783.435712.9906
Yxy83.43570.40990.5106
Hunter Lab91.3431-28.986255.5081
CIE-Lab93.2049-25.795889.8258

#eaf60e color RGB value is (234,246,14).

#eaf60e hex color red value is 234, green value is 246 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eaf60e hue: 0.18 , saturation: 0.93 and the lightness value of eaf60e is 0.51.

The process color (four color CMYK) of #eaf60e color hex is 0.05, 0.00, 0.94, 0.04. Web safe color of #eaf60e is #ffff00. Color #eaf60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 00001110
Octal 352 366 16
Decimal 234 246 14
Hex EA F6 E

RGB Percentages of Color #eaf60e

%47.37
%49.80
%2.83

CMYK Percentages of Color #eaf60e

%5
%0
%94
%4

Triadic Colors of #eaf60e

#eaf60e #0eeaf6 #f60eea

Analogous Colors of #eaf60e

#eaf60e #76f60e #f68e0e

Monochromatic Colors of #eaf60e

#eaf60e

Complementary Color

#eaf60e #1a0ef6

#eaf60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf60e Color CSS Codes

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

#eaf60e Text Font Color

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

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


#eaf60e Background Color

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

This div background color is #eaf60e


#eaf60e Border Color

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

This div border color is #eaf60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf60e


Comments

No comments written yet.

Please login to write comment.