Color Hex Logo

#8cc15f Color Hex

#8CC15F
(140,193,95)
0 Favorites   0 Comments

Color spaces of #8cc15f

RGB 14019395
HSL0.260.440.56
HSV92°51°76°
CMYK 0.270.000.51   0.24
XYZ31.950744.541617.7399
Yxy44.54160.33910.4727
Hunter Lab66.7395-31.339530.9579
CIE-Lab72.5890-34.192543.5051

#8cc15f color RGB value is (140,193,95).

#8cc15f hex color red value is 140, green value is 193 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8cc15f hue: 0.26 , saturation: 0.44 and the lightness value of 8cc15f is 0.56.

The process color (four color CMYK) of #8cc15f color hex is 0.27, 0.00, 0.51, 0.24. Web safe color of #8cc15f is #99cc66. Color #8cc15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000001 01011111
Octal 214 301 137
Decimal 140 193 95
Hex 8C C1 5F

RGB Percentages of Color #8cc15f

%32.71
%45.09
%22.20

CMYK Percentages of Color #8cc15f

%27
%0
%51
%24

Triadic Colors of #8cc15f

#8cc15f #5f8cc1 #c15f8c

Analogous Colors of #8cc15f

#8cc15f #5fc163 #bdc15f

Monochromatic Colors of #8cc15f

#8cc15f

Complementary Color

#8cc15f #945fc1

#8cc15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc15f Color CSS Codes

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

#8cc15f Text Font Color

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

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


#8cc15f Background Color

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

This div background color is #8cc15f


#8cc15f Border Color

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

This div border color is #8cc15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc15f


Comments

No comments written yet.

Please login to write comment.