Color Hex Logo

#8cb36b Color Hex

#8CB36B
(140,179,107)
0 Favorites   0 Comments

Color spaces of #8cb36b

RGB 140179107
HSL0.260.320.56
HSV93°40°70°
CMYK 0.220.000.40   0.30
XYZ29.589238.877219.8545
Yxy38.87720.33500.4402
Hunter Lab62.3516-24.407424.7665
CIE-Lab68.6622-26.051932.5563

#8cb36b color RGB value is (140,179,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110011 01101011
Octal 214 263 153
Decimal 140 179 107
Hex 8C B3 6B

RGB Percentages of Color #8cb36b

%32.86
%42.02
%25.12

CMYK Percentages of Color #8cb36b

%22
%0
%40
%30

Triadic Colors of #8cb36b

#8cb36b #6b8cb3 #b36b8c

Analogous Colors of #8cb36b

#8cb36b #6bb36e #b0b36b

Monochromatic Colors of #8cb36b

#8cb36b

Complementary Color

#8cb36b #926bb3

#8cb36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb36b Color CSS Codes

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

#8cb36b Text Font Color

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

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


#8cb36b Background Color

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

This div background color is #8cb36b


#8cb36b Border Color

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

This div border color is #8cb36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb36b


Comments

No comments written yet.

Please login to write comment.