Color Hex Logo

#eaf12f Color Hex

#EAF12F
(234,241,47)
0 Favorites   0 Comments

Color spaces of #eaf12f

RGB 23424147
HSL0.170.870.56
HSV62°80°95°
CMYK 0.030.000.80   0.05
XYZ65.900180.608314.7750
Yxy80.60830.40860.4998
Hunter Lab89.7821-26.099753.0904
CIE-Lab91.9571-22.792383.3583

#eaf12f color RGB value is (234,241,47).

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

The process color (four color CMYK) of #eaf12f color hex is 0.03, 0.00, 0.80, 0.05. Web safe color of #eaf12f is #ffff33. Color #eaf12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 00101111
Octal 352 361 57
Decimal 234 241 47
Hex EA F1 2F

RGB Percentages of Color #eaf12f

%44.83
%46.17
%9.00

CMYK Percentages of Color #eaf12f

%3
%0
%80
%5

Triadic Colors of #eaf12f

#eaf12f #2feaf1 #f12fea

Analogous Colors of #eaf12f

#eaf12f #89f12f #f1972f

Monochromatic Colors of #eaf12f

#eaf12f

Complementary Color

#eaf12f #362ff1

#eaf12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf12f Color CSS Codes

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

#eaf12f Text Font Color

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

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


#eaf12f Background Color

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

This div background color is #eaf12f


#eaf12f Border Color

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

This div border color is #eaf12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf12f


Comments

No comments written yet.

Please login to write comment.