Color Hex Logo

#eaf10f Color Hex

#EAF10F
(234,241,15)
0 Favorites   0 Comments

Color spaces of #eaf10f

RGB 23424115
HSL0.170.890.50
HSV62°94°95°
CMYK 0.030.000.94   0.05
XYZ65.473280.437512.5271
Yxy80.43750.41320.5077
Hunter Lab89.6870-26.643754.4995
CIE-Lab91.8808-23.421188.7281

#eaf10f color RGB value is (234,241,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00001111
Octal 352 361 17
Decimal 234 241 15
Hex EA F1 F

RGB Percentages of Color #eaf10f

%47.76
%49.18
%3.06

CMYK Percentages of Color #eaf10f

%3
%0
%94
%5

Triadic Colors of #eaf10f

#eaf10f #0feaf1 #f10fea

Analogous Colors of #eaf10f

#eaf10f #79f10f #f1870f

Monochromatic Colors of #eaf10f

#eaf10f

Complementary Color

#eaf10f #160ff1

#eaf10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf10f Color CSS Codes

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

#eaf10f Text Font Color

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

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


#eaf10f Background Color

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

This div background color is #eaf10f


#eaf10f Border Color

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

This div border color is #eaf10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf10f

#eaf10f Color Palettes


Comments

No comments written yet.

Please login to write comment.