Color Hex Logo

#8efc9f Color Hex

#8EFC9F
(142,252,159)
0 Favorites   0 Comments

Color spaces of #8efc9f

RGB 142252159
HSL0.360.950.77
HSV129°44°99°
CMYK 0.440.000.37   0.01
XYZ52.223777.874845.0797
Yxy77.87480.29810.4445
Hunter Lab88.2467-48.796831.4852
CIE-Lab90.7227-50.487434.9416

#8efc9f color RGB value is (142,252,159).

#8efc9f hex color red value is 142, green value is 252 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8efc9f hue: 0.36 , saturation: 0.95 and the lightness value of 8efc9f is 0.77.

The process color (four color CMYK) of #8efc9f color hex is 0.44, 0.00, 0.37, 0.01. Web safe color of #8efc9f is #99ff99. Color #8efc9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111100 10011111
Octal 216 374 237
Decimal 142 252 159
Hex 8E FC 9F

RGB Percentages of Color #8efc9f

%25.68
%45.57
%28.75

CMYK Percentages of Color #8efc9f

%44
%0
%37
%1

Triadic Colors of #8efc9f

#8efc9f #9f8efc #fc9f8e

Analogous Colors of #8efc9f

#8efc9f #8efcd6 #b4fc8e

Monochromatic Colors of #8efc9f

#8efc9f

Complementary Color

#8efc9f #fc8eeb

#8efc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efc9f Color CSS Codes

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

#8efc9f Text Font Color

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

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


#8efc9f Background Color

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

This div background color is #8efc9f


#8efc9f Border Color

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

This div border color is #8efc9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,252,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efc9f


Comments

No comments written yet.

Please login to write comment.