Color Hex Logo

#eaf119 Color Hex

#EAF119
(234,241,25)
0 Favorites   0 Comments

Color spaces of #eaf119

RGB 23424125
HSL0.170.890.52
HSV62°90°95°
CMYK 0.030.000.90   0.05
XYZ65.562480.473212.9971
Yxy80.47320.41230.5060
Hunter Lab89.7069-26.530054.2046
CIE-Lab91.8968-23.289487.5540

#eaf119 color RGB value is (234,241,25).

#eaf119 hex color red value is 234, green value is 241 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #eaf119 hue: 0.17 , saturation: 0.89 and the lightness value of eaf119 is 0.52.

The process color (four color CMYK) of #eaf119 color hex is 0.03, 0.00, 0.90, 0.05. Web safe color of #eaf119 is #ffff00. Color #eaf119 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00011001
Octal 352 361 31
Decimal 234 241 25
Hex EA F1 19

RGB Percentages of Color #eaf119

%46.80
%48.20
%5.00

CMYK Percentages of Color #eaf119

%3
%0
%90
%5

Triadic Colors of #eaf119

#eaf119 #19eaf1 #f119ea

Analogous Colors of #eaf119

#eaf119 #7ef119 #f18c19

Monochromatic Colors of #eaf119

#eaf119

Complementary Color

#eaf119 #2019f1

#eaf119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf119 Color CSS Codes

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

#eaf119 Text Font Color

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

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


#eaf119 Background Color

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

This div background color is #eaf119


#eaf119 Border Color

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

This div border color is #eaf119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf119


Comments

No comments written yet.

Please login to write comment.