Color Hex Logo

#eaf404 Color Hex

#EAF404
(234,244,4)
0 Favorites   0 Comments

Color spaces of #eaf404

RGB 2342444
HSL0.170.970.49
HSV63°98°96°
CMYK 0.040.000.98   0.04
XYZ66.304382.202612.4869
Yxy82.20260.41180.5106
Hunter Lab90.6656-28.126855.3003
CIE-Lab92.6642-24.937290.1830

#eaf404 color RGB value is (234,244,4).

#eaf404 hex color red value is 234, green value is 244 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #eaf404 hue: 0.17 , saturation: 0.97 and the lightness value of eaf404 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 00000100
Octal 352 364 4
Decimal 234 244 4
Hex EA F4 4

RGB Percentages of Color #eaf404

%48.55
%50.62
%0.83

CMYK Percentages of Color #eaf404

%4
%0
%98
%4

Triadic Colors of #eaf404

#eaf404 #04eaf4 #f404ea

Analogous Colors of #eaf404

#eaf404 #72f404 #f48604

Monochromatic Colors of #eaf404

#eaf404

Complementary Color

#eaf404 #0e04f4

#eaf404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf404 Color CSS Codes

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

#eaf404 Text Font Color

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

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


#eaf404 Background Color

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

This div background color is #eaf404


#eaf404 Border Color

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

This div border color is #eaf404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf404


Comments

No comments written yet.

Please login to write comment.