Color Hex Logo

#9babad Color Hex

#9BABAD
(155,171,173)
0 Favorites   0 Comments

Color spaces of #9babad

RGB 155171173
HSL0.520.100.64
HSV187°10°68°
CMYK 0.100.010.00   0.32
XYZ35.623339.111545.2069
Yxy39.11150.29700.3261
Hunter Lab62.5392-7.76720.9192
CIE-Lab68.8320-5.1578-2.9412

#9babad color RGB value is (155,171,173).

#9babad hex color red value is 155, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9babad hue: 0.52 , saturation: 0.10 and the lightness value of 9babad is 0.64.

The process color (four color CMYK) of #9babad color hex is 0.10, 0.01, 0.00, 0.32. Web safe color of #9babad is #999999. Color #9babad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 10101101
Octal 233 253 255
Decimal 155 171 173
Hex 9B AB AD

RGB Percentages of Color #9babad

%31.06
%34.27
%34.67

CMYK Percentages of Color #9babad

%10
%1
%0
%32

Triadic Colors of #9babad

#9babad #ad9bab #abad9b

Analogous Colors of #9babad

#9babad #9ba2ad #9bada6

Monochromatic Colors of #9babad

#9babad

Complementary Color

#9babad #ad9d9b

#9babad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9babad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9babad Color CSS Codes

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

#9babad Text Font Color

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

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


#9babad Background Color

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

This div background color is #9babad


#9babad Border Color

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

This div border color is #9babad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9babad


Comments

No comments written yet.

Please login to write comment.