Color Hex Logo

#8ef68f Color Hex

#8EF68F
(142,246,143)
0 Favorites   0 Comments

Color spaces of #8ef68f

RGB 142246143
HSL0.330.850.76
HSV121°42°96°
CMYK 0.420.000.42   0.04
XYZ49.069073.645537.6154
Yxy73.64550.30610.4593
Hunter Lab85.8170-48.115734.0838
CIE-Lab88.7547-50.422340.2768

#8ef68f color RGB value is (142,246,143).

#8ef68f hex color red value is 142, green value is 246 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8ef68f hue: 0.33 , saturation: 0.85 and the lightness value of 8ef68f is 0.76.

The process color (four color CMYK) of #8ef68f color hex is 0.42, 0.00, 0.42, 0.04. Web safe color of #8ef68f is #99ff99. Color #8ef68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11110110 10001111
Octal 216 366 217
Decimal 142 246 143
Hex 8E F6 8F

RGB Percentages of Color #8ef68f

%26.74
%46.33
%26.93

CMYK Percentages of Color #8ef68f

%42
%0
%42
%4

Triadic Colors of #8ef68f

#8ef68f #8f8ef6 #f68f8e

Analogous Colors of #8ef68f

#8ef68f #8ef6c3 #c1f68e

Monochromatic Colors of #8ef68f

#8ef68f

Complementary Color

#8ef68f #f68ef5

#8ef68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef68f Color CSS Codes

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

#8ef68f Text Font Color

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

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


#8ef68f Background Color

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

This div background color is #8ef68f


#8ef68f Border Color

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

This div border color is #8ef68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef68f


Comments

No comments written yet.

Please login to write comment.