Color Hex Logo

#9bafbb Color Hex

#9BAFBB
(155,175,187)
0 Favorites   0 Comments

Color spaces of #9bafbb

RGB 155175187
HSL0.560.190.67
HSV203°17°73°
CMYK 0.170.060.00   0.27
XYZ37.817241.216452.9761
Yxy41.21640.28650.3122
Hunter Lab64.2000-7.2040-3.9845
CIE-Lab70.3273-4.3495-8.4627

#9bafbb color RGB value is (155,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 10111011
Octal 233 257 273
Decimal 155 175 187
Hex 9B AF BB

RGB Percentages of Color #9bafbb

%29.98
%33.85
%36.17

CMYK Percentages of Color #9bafbb

%17
%6
%0
%27

Triadic Colors of #9bafbb

#9bafbb #bb9baf #afbb9b

Analogous Colors of #9bafbb

#9bafbb #9b9fbb #9bbbb7

Monochromatic Colors of #9bafbb

#9bafbb

Complementary Color

#9bafbb #bba79b

#9bafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bafbb Color CSS Codes

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

#9bafbb Text Font Color

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

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


#9bafbb Background Color

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

This div background color is #9bafbb


#9bafbb Border Color

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

This div border color is #9bafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bafbb


Comments

No comments written yet.

Please login to write comment.