Color Hex Logo

#8ef09c Color Hex

#8EF09C
(142,240,156)
0 Favorites   0 Comments

Color spaces of #8ef09c

RGB 142240156
HSL0.360.770.75
HSV129°41°94°
CMYK 0.410.000.35   0.06
XYZ48.316270.471342.5083
Yxy70.47130.29960.4369
Hunter Lab83.9472-44.171128.7404
CIE-Lab87.2275-45.901531.8052

#8ef09c color RGB value is (142,240,156).

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

The process color (four color CMYK) of #8ef09c color hex is 0.41, 0.00, 0.35, 0.06. Web safe color of #8ef09c is #99ff99. Color #8ef09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11110000 10011100
Octal 216 360 234
Decimal 142 240 156
Hex 8E F0 9C

RGB Percentages of Color #8ef09c

%26.39
%44.61
%29.00

CMYK Percentages of Color #8ef09c

%41
%0
%35
%6

Triadic Colors of #8ef09c

#8ef09c #9c8ef0 #f09c8e

Analogous Colors of #8ef09c

#8ef09c #8ef0cd #b1f08e

Monochromatic Colors of #8ef09c

#8ef09c

Complementary Color

#8ef09c #f08ee2

#8ef09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef09c Color CSS Codes

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

#8ef09c Text Font Color

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

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


#8ef09c Background Color

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

This div background color is #8ef09c


#8ef09c Border Color

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

This div border color is #8ef09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef09c


Comments

No comments written yet.

Please login to write comment.