Color Hex Logo

#8cc08e Color Hex

#8CC08E
(140,192,142)
0 Favorites   0 Comments

Color spaces of #8cc08e

RGB 140192142
HSL0.340.290.65
HSV122°27°75°
CMYK 0.270.000.26   0.25
XYZ34.547345.227732.5002
Yxy45.22770.30770.4028
Hunter Lab67.2515-25.994318.4234
CIE-Lab73.0416-26.969419.8588

#8cc08e color RGB value is (140,192,142).

#8cc08e hex color red value is 140, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8cc08e hue: 0.34 , saturation: 0.29 and the lightness value of 8cc08e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000000 10001110
Octal 214 300 216
Decimal 140 192 142
Hex 8C C0 8E

RGB Percentages of Color #8cc08e

%29.54
%40.51
%29.96

CMYK Percentages of Color #8cc08e

%27
%0
%26
%25

Triadic Colors of #8cc08e

#8cc08e #8e8cc0 #c08e8c

Analogous Colors of #8cc08e

#8cc08e #8cc0a8 #a4c08c

Monochromatic Colors of #8cc08e

#8cc08e

Complementary Color

#8cc08e #c08cbe

#8cc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc08e Color CSS Codes

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

#8cc08e Text Font Color

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

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


#8cc08e Background Color

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

This div background color is #8cc08e


#8cc08e Border Color

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

This div border color is #8cc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc08e


Comments

No comments written yet.

Please login to write comment.