Color Hex Logo

#8ec981 Color Hex

#8EC981
(142,201,129)
0 Favorites   0 Comments

Color spaces of #8ec981

RGB 142201129
HSL0.300.400.65
HSV109°36°79°
CMYK 0.290.000.36   0.21
XYZ36.004449.109128.3502
Yxy49.10910.31730.4328
Hunter Lab70.0779-30.927125.0686
CIE-Lab75.5192-32.700930.0805

#8ec981 color RGB value is (142,201,129).

#8ec981 hex color red value is 142, green value is 201 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #8ec981 hue: 0.30 , saturation: 0.40 and the lightness value of 8ec981 is 0.65.

The process color (four color CMYK) of #8ec981 color hex is 0.29, 0.00, 0.36, 0.21. Web safe color of #8ec981 is #99cc99. Color #8ec981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001001 10000001
Octal 216 311 201
Decimal 142 201 129
Hex 8E C9 81

RGB Percentages of Color #8ec981

%30.08
%42.58
%27.33

CMYK Percentages of Color #8ec981

%29
%0
%36
%21

Triadic Colors of #8ec981

#8ec981 #818ec9 #c9818e

Analogous Colors of #8ec981

#8ec981 #81c998 #b2c981

Monochromatic Colors of #8ec981

#8ec981

Complementary Color

#8ec981 #bc81c9

#8ec981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ec981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ec981 Color CSS Codes

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

#8ec981 Text Font Color

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

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


#8ec981 Background Color

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

This div background color is #8ec981


#8ec981 Border Color

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

This div border color is #8ec981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ec981


Comments

No comments written yet.

Please login to write comment.