Color Hex Logo

#8cc47f Color Hex

#8CC47F
(140,196,127)
0 Favorites   0 Comments

Color spaces of #8cc47f

RGB 140196127
HSL0.300.370.63
HSV109°35°77°
CMYK 0.290.000.35   0.23
XYZ34.385946.587627.2587
Yxy46.58760.31770.4304
Hunter Lab68.2551-29.520824.1002
CIE-Lab73.9252-31.334728.9928

#8cc47f color RGB value is (140,196,127).

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

The process color (four color CMYK) of #8cc47f color hex is 0.29, 0.00, 0.35, 0.23. Web safe color of #8cc47f is #99cc66. Color #8cc47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000100 01111111
Octal 214 304 177
Decimal 140 196 127
Hex 8C C4 7F

RGB Percentages of Color #8cc47f

%30.24
%42.33
%27.43

CMYK Percentages of Color #8cc47f

%29
%0
%35
%23

Triadic Colors of #8cc47f

#8cc47f #7f8cc4 #c47f8c

Analogous Colors of #8cc47f

#8cc47f #7fc495 #afc47f

Monochromatic Colors of #8cc47f

#8cc47f

Complementary Color

#8cc47f #b77fc4

#8cc47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc47f Color CSS Codes

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

#8cc47f Text Font Color

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

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


#8cc47f Background Color

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

This div background color is #8cc47f


#8cc47f Border Color

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

This div border color is #8cc47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc47f

#8cc47f Color Palettes


Comments

No comments written yet.

Please login to write comment.