Color Hex Logo

#9baabf Color Hex

#9BAABF
(155,170,191)
0 Favorites   0 Comments

Color spaces of #9baabf

RGB 155170191
HSL0.600.220.68
HSV215°19°75°
CMYK 0.190.110.00   0.25
XYZ37.296339.479654.9448
Yxy39.47960.28310.2997
Hunter Lab62.8328-4.0033-7.8638
CIE-Lab69.0973-0.7440-12.5084

#9baabf color RGB value is (155,170,191).

#9baabf hex color red value is 155, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9baabf hue: 0.60 , saturation: 0.22 and the lightness value of 9baabf is 0.68.

The process color (four color CMYK) of #9baabf color hex is 0.19, 0.11, 0.00, 0.25. Web safe color of #9baabf is #9999cc. Color #9baabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 10111111
Octal 233 252 277
Decimal 155 170 191
Hex 9B AA BF

RGB Percentages of Color #9baabf

%30.04
%32.95
%37.02

CMYK Percentages of Color #9baabf

%19
%11
%0
%25

Triadic Colors of #9baabf

#9baabf #bf9baa #aabf9b

Analogous Colors of #9baabf

#9baabf #9e9bbf #9bbcbf

Monochromatic Colors of #9baabf

#9baabf

Complementary Color

#9baabf #bfb09b

#9baabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baabf Color CSS Codes

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

#9baabf Text Font Color

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

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


#9baabf Background Color

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

This div background color is #9baabf


#9baabf Border Color

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

This div border color is #9baabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baabf


Comments

No comments written yet.

Please login to write comment.