Color Hex Logo

#8cc88f Color Hex

#8CC88F
(140,200,143)
0 Favorites   0 Comments

Color spaces of #8cc88f

RGB 140200143
HSL0.340.350.67
HSV123°30°78°
CMYK 0.300.000.29   0.22
XYZ36.427448.867233.4990
Yxy48.86720.30660.4114
Hunter Lab69.9051-29.317920.5214
CIE-Lab75.3686-30.640822.5155

#8cc88f color RGB value is (140,200,143).

#8cc88f hex color red value is 140, green value is 200 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8cc88f hue: 0.34 , saturation: 0.35 and the lightness value of 8cc88f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001000 10001111
Octal 214 310 217
Decimal 140 200 143
Hex 8C C8 8F

RGB Percentages of Color #8cc88f

%28.99
%41.41
%29.61

CMYK Percentages of Color #8cc88f

%30
%0
%29
%22

Triadic Colors of #8cc88f

#8cc88f #8f8cc8 #c88f8c

Analogous Colors of #8cc88f

#8cc88f #8cc8ad #a7c88c

Monochromatic Colors of #8cc88f

#8cc88f

Complementary Color

#8cc88f #c88cc5

#8cc88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc88f Color CSS Codes

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

#8cc88f Text Font Color

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

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


#8cc88f Background Color

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

This div background color is #8cc88f


#8cc88f Border Color

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

This div border color is #8cc88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc88f


Comments

No comments written yet.

Please login to write comment.