Color Hex Logo

#9cbb93 Color Hex

#9CBB93
(156,187,147)
0 Favorites   0 Comments

Color spaces of #9cbb93

RGB 156187147
HSL0.300.230.65
HSV107°21°73°
CMYK 0.170.000.21   0.27
XYZ36.747144.715234.2979
Yxy44.71520.31740.3863
Hunter Lab66.8694-18.929516.3982
CIE-Lab72.7040-18.095816.8564

#9cbb93 color RGB value is (156,187,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 10010011
Octal 234 273 223
Decimal 156 187 147
Hex 9C BB 93

RGB Percentages of Color #9cbb93

%31.84
%38.16
%30.00

CMYK Percentages of Color #9cbb93

%17
%0
%21
%27

Triadic Colors of #9cbb93

#9cbb93 #939cbb #bb939c

Analogous Colors of #9cbb93

#9cbb93 #93bb9e #b0bb93

Monochromatic Colors of #9cbb93

#9cbb93

Complementary Color

#9cbb93 #b293bb

#9cbb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbb93 Color CSS Codes

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

#9cbb93 Text Font Color

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

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


#9cbb93 Background Color

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

This div background color is #9cbb93


#9cbb93 Border Color

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

This div border color is #9cbb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbb93


Comments

No comments written yet.

Please login to write comment.