Color Hex Logo

#eaf50e Color Hex

#EAF50E
(234,245,14)
0 Favorites   0 Comments

Color spaces of #eaf50e

RGB 23424514
HSL0.170.920.51
HSV63°94°96°
CMYK 0.040.000.94   0.04
XYZ66.663482.828912.8895
Yxy82.82890.41050.5101
Hunter Lab91.0104-28.520355.3102
CIE-Lab92.9395-25.324689.6243

#eaf50e color RGB value is (234,245,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110101 00001110
Octal 352 365 16
Decimal 234 245 14
Hex EA F5 E

RGB Percentages of Color #eaf50e

%47.46
%49.70
%2.84

CMYK Percentages of Color #eaf50e

%4
%0
%94
%4

Triadic Colors of #eaf50e

#eaf50e #0eeaf5 #f50eea

Analogous Colors of #eaf50e

#eaf50e #77f50e #f58d0e

Monochromatic Colors of #eaf50e

#eaf50e

Complementary Color

#eaf50e #190ef5

#eaf50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf50e Color CSS Codes

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

#eaf50e Text Font Color

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

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


#eaf50e Background Color

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

This div background color is #eaf50e


#eaf50e Border Color

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

This div border color is #eaf50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf50e


Comments

No comments written yet.

Please login to write comment.