Color Hex Logo

#eaf919 Color Hex

#EAF919
(234,249,25)
0 Favorites   0 Comments

Color spaces of #eaf919

RGB 23424925
HSL0.180.950.54
HSV64°90°98°
CMYK 0.060.000.90   0.02
XYZ67.982885.314013.8039
Yxy85.31400.40680.5106
Hunter Lab92.3656-30.260455.7951
CIE-Lab94.0183-27.062989.2149

#eaf919 color RGB value is (234,249,25).

#eaf919 hex color red value is 234, green value is 249 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #eaf919 hue: 0.18 , saturation: 0.95 and the lightness value of eaf919 is 0.54.

The process color (four color CMYK) of #eaf919 color hex is 0.06, 0.00, 0.90, 0.02. Web safe color of #eaf919 is #ffff00. Color #eaf919 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 00011001
Octal 352 371 31
Decimal 234 249 25
Hex EA F9 19

RGB Percentages of Color #eaf919

%46.06
%49.02
%4.92

CMYK Percentages of Color #eaf919

%6
%0
%90
%2

Triadic Colors of #eaf919

#eaf919 #19eaf9 #f919ea

Analogous Colors of #eaf919

#eaf919 #7af919 #f99819

Monochromatic Colors of #eaf919

#eaf919

Complementary Color

#eaf919 #2819f9

#eaf919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf919 Color CSS Codes

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

#eaf919 Text Font Color

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

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


#eaf919 Background Color

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

This div background color is #eaf919


#eaf919 Border Color

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

This div border color is #eaf919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf919


Comments

No comments written yet.

Please login to write comment.