Color Hex Logo

#9bacbb Color Hex

#9BACBB
(155,172,187)
0 Favorites   0 Comments

Color spaces of #9bacbb

RGB 155172187
HSL0.580.190.67
HSV208°17°73°
CMYK 0.170.080.00   0.27
XYZ37.239740.061552.7836
Yxy40.06150.28630.3080
Hunter Lab63.2942-5.7426-5.1385
CIE-Lab69.5133-2.7226-9.6754

#9bacbb color RGB value is (155,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 10111011
Octal 233 254 273
Decimal 155 172 187
Hex 9B AC BB

RGB Percentages of Color #9bacbb

%30.16
%33.46
%36.38

CMYK Percentages of Color #9bacbb

%17
%8
%0
%27

Triadic Colors of #9bacbb

#9bacbb #bb9bac #acbb9b

Analogous Colors of #9bacbb

#9bacbb #9b9cbb #9bbbba

Monochromatic Colors of #9bacbb

#9bacbb

Complementary Color

#9bacbb #bbaa9b

#9bacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bacbb Color CSS Codes

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

#9bacbb Text Font Color

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

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


#9bacbb Background Color

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

This div background color is #9bacbb


#9bacbb Border Color

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

This div border color is #9bacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bacbb


Comments

No comments written yet.

Please login to write comment.