Color Hex Logo

#9b9fbd Color Hex

#9B9FBD
(155,159,189)
0 Favorites   0 Comments

Color spaces of #9b9fbd

RGB 155159189
HSL0.650.200.67
HSV233°18°74°
CMYK 0.180.160.00   0.26
XYZ35.101035.439053.1345
Yxy35.43900.28380.2866
Hunter Lab59.53071.0701-11.2482
CIE-Lab66.08904.8947-15.9267

#9b9fbd color RGB value is (155,159,189).

#9b9fbd hex color red value is 155, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9b9fbd hue: 0.65 , saturation: 0.20 and the lightness value of 9b9fbd is 0.67.

The process color (four color CMYK) of #9b9fbd color hex is 0.18, 0.16, 0.00, 0.26. Web safe color of #9b9fbd is #9999cc. Color #9b9fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011111 10111101
Octal 233 237 275
Decimal 155 159 189
Hex 9B 9F BD

RGB Percentages of Color #9b9fbd

%30.82
%31.61
%37.57

CMYK Percentages of Color #9b9fbd

%18
%16
%0
%26

Triadic Colors of #9b9fbd

#9b9fbd #bd9b9f #9fbd9b

Analogous Colors of #9b9fbd

#9b9fbd #a89bbd #9bb0bd

Monochromatic Colors of #9b9fbd

#9b9fbd

Complementary Color

#9b9fbd #bdb99b

#9b9fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b9fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b9fbd Color CSS Codes

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

#9b9fbd Text Font Color

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

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


#9b9fbd Background Color

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

This div background color is #9b9fbd


#9b9fbd Border Color

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

This div border color is #9b9fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b9fbd

#9b9fbd Color Palettes


Comments

No comments written yet.

Please login to write comment.