Color Hex Logo

#9bbbaa Color Hex

#9BBBAA
(155,187,170)
0 Favorites   0 Comments

Color spaces of #9bbbaa

RGB 155187170
HSL0.410.190.67
HSV148°17°73°
CMYK 0.170.000.09   0.27
XYZ38.543645.411544.7640
Yxy45.41150.29940.3528
Hunter Lab67.3881-15.83347.7870
CIE-Lab73.1620-14.22865.0133

#9bbbaa color RGB value is (155,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111011 10101010
Octal 233 273 252
Decimal 155 187 170
Hex 9B BB AA

RGB Percentages of Color #9bbbaa

%30.27
%36.52
%33.20

CMYK Percentages of Color #9bbbaa

%17
%0
%9
%27

Triadic Colors of #9bbbaa

#9bbbaa #aa9bbb #bbaa9b

Analogous Colors of #9bbbaa

#9bbbaa #9bbbba #9cbb9b

Monochromatic Colors of #9bbbaa

#9bbbaa

Complementary Color

#9bbbaa #bb9bac

#9bbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbbaa Color CSS Codes

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

#9bbbaa Text Font Color

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

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


#9bbbaa Background Color

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

This div background color is #9bbbaa


#9bbbaa Border Color

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

This div border color is #9bbbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,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 #9bbbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbbaa


Comments

No comments written yet.

Please login to write comment.