Color Hex Logo

#8ec060 Color Hex

#8EC060
(142,192,96)
0 Favorites   0 Comments

Color spaces of #8ec060

RGB 14219296
HSL0.250.430.56
HSV91°50°75°
CMYK 0.260.000.50   0.25
XYZ32.116344.294617.9233
Yxy44.29460.34050.4695
Hunter Lab66.5542-30.333130.6209
CIE-Lab72.4250-32.885842.8471

#8ec060 color RGB value is (142,192,96).

#8ec060 hex color red value is 142, green value is 192 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #8ec060 hue: 0.25 , saturation: 0.43 and the lightness value of 8ec060 is 0.56.

The process color (four color CMYK) of #8ec060 color hex is 0.26, 0.00, 0.50, 0.25. Web safe color of #8ec060 is #99cc66. Color #8ec060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11000000 01100000
Octal 216 300 140
Decimal 142 192 96
Hex 8E C0 60

RGB Percentages of Color #8ec060

%33.02
%44.65
%22.33

CMYK Percentages of Color #8ec060

%26
%0
%50
%25

Triadic Colors of #8ec060

#8ec060 #608ec0 #c0608e

Analogous Colors of #8ec060

#8ec060 #60c062 #bec060

Monochromatic Colors of #8ec060

#8ec060

Complementary Color

#8ec060 #9260c0

#8ec060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec060 Color CSS Codes

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

#8ec060 Text Font Color

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

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


#8ec060 Background Color

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

This div background color is #8ec060


#8ec060 Border Color

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

This div border color is #8ec060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec060


Comments

No comments written yet.

Please login to write comment.