Color Hex Logo

#9cbbaa Color Hex

#9CBBAA
(156,187,170)
0 Favorites   0 Comments

Color spaces of #9cbbaa

RGB 156187170
HSL0.410.190.67
HSV147°17°73°
CMYK 0.170.000.09   0.27
XYZ38.736345.510844.7731
Yxy45.51080.30020.3527
Hunter Lab67.4617-15.56387.8735
CIE-Lab73.2270-13.89285.1152

#9cbbaa color RGB value is (156,187,170).

#9cbbaa hex color red value is 156, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9cbbaa hue: 0.41 , saturation: 0.19 and the lightness value of 9cbbaa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 10101010
Octal 234 273 252
Decimal 156 187 170
Hex 9C BB AA

RGB Percentages of Color #9cbbaa

%30.41
%36.45
%33.14

CMYK Percentages of Color #9cbbaa

%17
%0
%9
%27

Triadic Colors of #9cbbaa

#9cbbaa #aa9cbb #bbaa9c

Analogous Colors of #9cbbaa

#9cbbaa #9cbbba #9ebb9c

Monochromatic Colors of #9cbbaa

#9cbbaa

Complementary Color

#9cbbaa #bb9cad

#9cbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbbaa Color CSS Codes

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

#9cbbaa Text Font Color

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

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


#9cbbaa Background Color

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

This div background color is #9cbbaa


#9cbbaa Border Color

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

This div border color is #9cbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbbaa


Comments

No comments written yet.

Please login to write comment.