Color Hex Logo

#8fe14e Color Hex

#8FE14E
(143,225,78)
0 Favorites   0 Comments

Color spaces of #8fe14e

RGB 14322578
HSL0.260.710.59
HSV93°65°88°
CMYK 0.360.000.65   0.12
XYZ39.628160.240116.7466
Yxy60.24010.33980.5166
Hunter Lab77.6145-44.687541.5374
CIE-Lab81.9685-48.748661.7547

#8fe14e color RGB value is (143,225,78).

#8fe14e hex color red value is 143, green value is 225 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8fe14e hue: 0.26 , saturation: 0.71 and the lightness value of 8fe14e is 0.59.

The process color (four color CMYK) of #8fe14e color hex is 0.36, 0.00, 0.65, 0.12. Web safe color of #8fe14e is #99cc66. Color #8fe14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11100001 01001110
Octal 217 341 116
Decimal 143 225 78
Hex 8F E1 4E

RGB Percentages of Color #8fe14e

%32.06
%50.45
%17.49

CMYK Percentages of Color #8fe14e

%36
%0
%65
%12

Triadic Colors of #8fe14e

#8fe14e #4e8fe1 #e14e8f

Analogous Colors of #8fe14e

#8fe14e #4ee156 #d9e14e

Monochromatic Colors of #8fe14e

#8fe14e

Complementary Color

#8fe14e #a04ee1

#8fe14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fe14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fe14e Color CSS Codes

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

#8fe14e Text Font Color

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

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


#8fe14e Background Color

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

This div background color is #8fe14e


#8fe14e Border Color

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

This div border color is #8fe14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fe14e


Comments

No comments written yet.

Please login to write comment.