Color Hex Logo

#eaf719 Color Hex

#EAF719
(234,247,25)
0 Favorites   0 Comments

Color spaces of #eaf719

RGB 23424725
HSL0.180.930.53
HSV64°90°97°
CMYK 0.050.000.90   0.03
XYZ67.367984.084113.5989
Yxy84.08410.40820.5094
Hunter Lab91.6974-29.330755.3953
CIE-Lab93.4870-26.125388.7988

#eaf719 color RGB value is (234,247,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110111 00011001
Octal 352 367 31
Decimal 234 247 25
Hex EA F7 19

RGB Percentages of Color #eaf719

%46.25
%48.81
%4.94

CMYK Percentages of Color #eaf719

%5
%0
%90
%3

Triadic Colors of #eaf719

#eaf719 #19eaf7 #f719ea

Analogous Colors of #eaf719

#eaf719 #7bf719 #f79519

Monochromatic Colors of #eaf719

#eaf719

Complementary Color

#eaf719 #2619f7

#eaf719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf719 Color CSS Codes

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

#eaf719 Text Font Color

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

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


#eaf719 Background Color

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

This div background color is #eaf719


#eaf719 Border Color

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

This div border color is #eaf719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf719


Comments

No comments written yet.

Please login to write comment.