Color Hex Logo

#9baaba Color Hex

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

Color spaces of #9baaba

RGB 155170186
HSL0.590.180.67
HSV211°17°73°
CMYK 0.170.090.00   0.27
XYZ36.755239.263252.0957
Yxy39.26320.28690.3065
Hunter Lab62.6604-4.9514-5.4313
CIE-Lab68.9415-1.8515-9.9757

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

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

The process color (four color CMYK) of #9baaba color hex is 0.17, 0.09, 0.00, 0.27. Web safe color of #9baaba is #9999cc. Color #9baaba contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #9baaba

%30.33
%33.27
%36.40

CMYK Percentages of Color #9baaba

%17
%9
%0
%27

Triadic Colors of #9baaba

#9baaba #ba9baa #aaba9b

Analogous Colors of #9baaba

#9baaba #9c9bba #9bbaba

Monochromatic Colors of #9baaba

#9baaba

Complementary Color

#9baaba #baab9b

#9baaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baaba Color CSS Codes

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

#9baaba Text Font Color

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

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


#9baaba Background Color

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

This div background color is #9baaba


#9baaba Border Color

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

This div border color is #9baaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baaba


Comments

No comments written yet.

Please login to write comment.