Color Hex Logo

#8ee12f Color Hex

#8EE12F
(142,225,47)
0 Favorites   0 Comments

Color spaces of #8ee12f

RGB 14222547
HSL0.240.750.53
HSV88°79°88°
CMYK 0.370.000.79   0.12
XYZ38.593659.806412.1990
Yxy59.80640.34900.5407
Hunter Lab77.3346-46.255744.7816
CIE-Lab81.7328-51.011872.0884

#8ee12f color RGB value is (142,225,47).

#8ee12f hex color red value is 142, green value is 225 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8ee12f hue: 0.24 , saturation: 0.75 and the lightness value of 8ee12f is 0.53.

The process color (four color CMYK) of #8ee12f color hex is 0.37, 0.00, 0.79, 0.12. Web safe color of #8ee12f is #99cc33. Color #8ee12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100001 00101111
Octal 216 341 57
Decimal 142 225 47
Hex 8E E1 2F

RGB Percentages of Color #8ee12f

%34.30
%54.35
%11.35

CMYK Percentages of Color #8ee12f

%37
%0
%79
%12

Triadic Colors of #8ee12f

#8ee12f #2f8ee1 #e12f8e

Analogous Colors of #8ee12f

#8ee12f #35e12f #e1db2f

Monochromatic Colors of #8ee12f

#8ee12f

Complementary Color

#8ee12f #822fe1

#8ee12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee12f Color CSS Codes

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

#8ee12f Text Font Color

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

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


#8ee12f Background Color

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

This div background color is #8ee12f


#8ee12f Border Color

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

This div border color is #8ee12f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,225,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ee12f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ee12f;
  -webkit-box-shadow: 1px 1px 3px 2px #8ee12f;
  box-shadow:         1px 1px 3px 2px #8ee12f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,225,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 #8ee12f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee12f


Comments

No comments written yet.

Please login to write comment.