Color Hex Logo

#9cbc70 Color Hex

#9CBC70
(156,188,112)
0 Favorites   0 Comments

Color spaces of #9cbc70

RGB 156188112
HSL0.240.360.59
HSV85°40°74°
CMYK 0.170.000.40   0.26
XYZ34.618244.204222.0369
Yxy44.20420.34320.4383
Hunter Lab66.4862-23.409126.8887
CIE-Lab72.3648-23.808334.9282

#9cbc70 color RGB value is (156,188,112).

#9cbc70 hex color red value is 156, green value is 188 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #9cbc70 hue: 0.24 , saturation: 0.36 and the lightness value of 9cbc70 is 0.59.

The process color (four color CMYK) of #9cbc70 color hex is 0.17, 0.00, 0.40, 0.26. Web safe color of #9cbc70 is #99cc66. Color #9cbc70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 01110000
Octal 234 274 160
Decimal 156 188 112
Hex 9C BC 70

RGB Percentages of Color #9cbc70

%34.21
%41.23
%24.56

CMYK Percentages of Color #9cbc70

%17
%0
%40
%26

Triadic Colors of #9cbc70

#9cbc70 #709cbc #bc709c

Analogous Colors of #9cbc70

#9cbc70 #76bc70 #bcb670

Monochromatic Colors of #9cbc70

#9cbc70

Complementary Color

#9cbc70 #9070bc

#9cbc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbc70 Color CSS Codes

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

#9cbc70 Text Font Color

<p style="color:#9cbc70">Text here</p>

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


#9cbc70 Background Color

<div style="background-color:#9cbc70">
Div content here</div>

This div background color is #9cbc70


#9cbc70 Border Color

<div style="border:3px solid #9cbc70">
Div here</div>

This div border color is #9cbc70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,188,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cbc70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cbc70;
  -webkit-box-shadow: 1px 1px 3px 2px #9cbc70;
  box-shadow:         1px 1px 3px 2px #9cbc70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,188,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbc70


Comments

No comments written yet.

Please login to write comment.