Color Hex Logo

#9bbaaa Color Hex

#9BBAAA
(155,186,170)
0 Favorites   0 Comments

Color spaces of #9bbaaa

RGB 155186170
HSL0.410.180.67
HSV149°17°73°
CMYK 0.170.000.09   0.27
XYZ38.332244.988744.6936
Yxy44.98870.29940.3514
Hunter Lab67.0736-15.36717.4444
CIE-Lab72.8845-13.71004.6127

#9bbaaa color RGB value is (155,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111010 10101010
Octal 233 272 252
Decimal 155 186 170
Hex 9B BA AA

RGB Percentages of Color #9bbaaa

%30.33
%36.40
%33.27

CMYK Percentages of Color #9bbaaa

%17
%0
%9
%27

Triadic Colors of #9bbaaa

#9bbaaa #aa9bba #baaa9b

Analogous Colors of #9bbaaa

#9bbaaa #9bbaba #9cba9b

Monochromatic Colors of #9bbaaa

#9bbaaa

Complementary Color

#9bbaaa #ba9bab

#9bbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbaaa Color CSS Codes

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

#9bbaaa Text Font Color

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

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


#9bbaaa Background Color

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

This div background color is #9bbaaa


#9bbaaa Border Color

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

This div border color is #9bbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbaaa


Comments

No comments written yet.

Please login to write comment.