Color Hex Logo

#eaf413 Color Hex

#EAF413
(234,244,19)
0 Favorites   0 Comments

Color spaces of #eaf413

RGB 23424419
HSL0.170.910.52
HSV63°92°96°
CMYK 0.040.000.92   0.04
XYZ66.399982.240812.9905
Yxy82.24080.41080.5088
Hunter Lab90.6867-28.005854.9876
CIE-Lab92.6810-24.796888.9229

#eaf413 color RGB value is (234,244,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 00010011
Octal 352 364 23
Decimal 234 244 19
Hex EA F4 13

RGB Percentages of Color #eaf413

%47.08
%49.09
%3.82

CMYK Percentages of Color #eaf413

%4
%0
%92
%4

Triadic Colors of #eaf413

#eaf413 #13eaf4 #f413ea

Analogous Colors of #eaf413

#eaf413 #7af413 #f48e13

Monochromatic Colors of #eaf413

#eaf413

Complementary Color

#eaf413 #1d13f4

#eaf413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf413 Color CSS Codes

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

#eaf413 Text Font Color

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

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


#eaf413 Background Color

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

This div background color is #eaf413


#eaf413 Border Color

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

This div border color is #eaf413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf413


Comments

No comments written yet.

Please login to write comment.