Color Hex Logo

#959bbb Color Hex

#959BBB
(149,155,187)
0 Favorites   0 Comments

Color spaces of #959bbb

RGB 149155187
HSL0.640.220.66
HSV231°20°73°
CMYK 0.200.170.00   0.27
XYZ33.085433.420151.7206
Yxy33.42010.27980.2827
Hunter Lab57.81010.9899-12.5775
CIE-Lab64.49964.7434-17.2578

#959bbb color RGB value is (149,155,187).

#959bbb hex color red value is 149, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #959bbb hue: 0.64 , saturation: 0.22 and the lightness value of 959bbb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011011 10111011
Octal 225 233 273
Decimal 149 155 187
Hex 95 9B BB

RGB Percentages of Color #959bbb

%30.35
%31.57
%38.09

CMYK Percentages of Color #959bbb

%20
%17
%0
%27

Triadic Colors of #959bbb

#959bbb #bb959b #9bbb95

Analogous Colors of #959bbb

#959bbb #a295bb #95aebb

Monochromatic Colors of #959bbb

#959bbb

Complementary Color

#959bbb #bbb595

#959bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959bbb Color CSS Codes

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

#959bbb Text Font Color

<p style="color:#959bbb">Text here</p>

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


#959bbb Background Color

<div style="background-color:#959bbb">
Div content here</div>

This div background color is #959bbb


#959bbb Border Color

<div style="border:3px solid #959bbb">
Div here</div>

This div border color is #959bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959bbb


Comments

No comments written yet.

Please login to write comment.