Color Hex Logo

#8efa6c Color Hex

#8EFA6C
(142,250,108)
0 Favorites   0 Comments

Color spaces of #8efa6c

RGB 142250108
HSL0.290.930.70
HSV106°57°98°
CMYK 0.430.000.57   0.02
XYZ48.047775.204726.1709
Yxy75.20470.32160.5033
Hunter Lab86.7206-52.862942.8117
CIE-Lab89.4888-56.389057.5262

#8efa6c color RGB value is (142,250,108).

#8efa6c hex color red value is 142, green value is 250 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8efa6c hue: 0.29 , saturation: 0.93 and the lightness value of 8efa6c is 0.70.

The process color (four color CMYK) of #8efa6c color hex is 0.43, 0.00, 0.57, 0.02. Web safe color of #8efa6c is #99ff66. Color #8efa6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111010 01101100
Octal 216 372 154
Decimal 142 250 108
Hex 8E FA 6C

RGB Percentages of Color #8efa6c

%28.40
%50.00
%21.60

CMYK Percentages of Color #8efa6c

%43
%0
%57
%2

Triadic Colors of #8efa6c

#8efa6c #6c8efa #fa6c8e

Analogous Colors of #8efa6c

#8efa6c #6cfa91 #d5fa6c

Monochromatic Colors of #8efa6c

#8efa6c

Complementary Color

#8efa6c #d86cfa

#8efa6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efa6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efa6c Color CSS Codes

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

#8efa6c Text Font Color

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

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


#8efa6c Background Color

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

This div background color is #8efa6c


#8efa6c Border Color

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

This div border color is #8efa6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efa6c

Related Colors


Comments

No comments written yet.

Please login to write comment.