Color Hex Logo

#9cbb80 Color Hex

#9CBB80
(156,187,128)
0 Favorites   0 Comments

Color spaces of #9cbb80

RGB 156187128
HSL0.250.300.62
HSV92°32°73°
CMYK 0.170.000.32   0.27
XYZ35.376944.167127.0826
Yxy44.16710.33180.4142
Hunter Lab66.4583-21.283522.3594
CIE-Lab72.3400-21.111926.5318

#9cbb80 color RGB value is (156,187,128).

#9cbb80 hex color red value is 156, green value is 187 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #9cbb80 hue: 0.25 , saturation: 0.30 and the lightness value of 9cbb80 is 0.62.

The process color (four color CMYK) of #9cbb80 color hex is 0.17, 0.00, 0.32, 0.27. Web safe color of #9cbb80 is #99cc99. Color #9cbb80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 10000000
Octal 234 273 200
Decimal 156 187 128
Hex 9C BB 80

RGB Percentages of Color #9cbb80

%33.12
%39.70
%27.18

CMYK Percentages of Color #9cbb80

%17
%0
%32
%27

Triadic Colors of #9cbb80

#9cbb80 #809cbb #bb809c

Analogous Colors of #9cbb80

#9cbb80 #80bb82 #babb80

Monochromatic Colors of #9cbb80

#9cbb80

Complementary Color

#9cbb80 #9f80bb

#9cbb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbb80 Color CSS Codes

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

#9cbb80 Text Font Color

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

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


#9cbb80 Background Color

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

This div background color is #9cbb80


#9cbb80 Border Color

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

This div border color is #9cbb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbb80


Comments

No comments written yet.

Please login to write comment.