Color Hex Logo

#8cc081 Color Hex

#8CC081
(140,192,129)
0 Favorites   0 Comments

Color spaces of #8cc081

RGB 140192129
HSL0.300.330.63
HSV110°33°75°
CMYK 0.270.000.33   0.25
XYZ33.627344.859727.6553
Yxy44.85970.31680.4226
Hunter Lab66.9774-27.591022.4030
CIE-Lab72.7994-29.121726.4434

#8cc081 color RGB value is (140,192,129).

#8cc081 hex color red value is 140, green value is 192 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #8cc081 hue: 0.30 , saturation: 0.33 and the lightness value of 8cc081 is 0.63.

The process color (four color CMYK) of #8cc081 color hex is 0.27, 0.00, 0.33, 0.25. Web safe color of #8cc081 is #99cc99. Color #8cc081 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000000 10000001
Octal 214 300 201
Decimal 140 192 129
Hex 8C C0 81

RGB Percentages of Color #8cc081

%30.37
%41.65
%27.98

CMYK Percentages of Color #8cc081

%27
%0
%33
%25

Triadic Colors of #8cc081

#8cc081 #818cc0 #c0818c

Analogous Colors of #8cc081

#8cc081 #81c096 #acc081

Monochromatic Colors of #8cc081

#8cc081

Complementary Color

#8cc081 #b581c0

#8cc081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc081 Color CSS Codes

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

#8cc081 Text Font Color

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

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


#8cc081 Background Color

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

This div background color is #8cc081


#8cc081 Border Color

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

This div border color is #8cc081


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,192,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 #8cc081">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc081


Comments

No comments written yet.

Please login to write comment.