Color Hex Logo

#959bcb Color Hex

#959BCB
(149,155,203)
0 Favorites   0 Comments

Color spaces of #959bcb

RGB 149155203
HSL0.650.340.69
HSV233°27°80°
CMYK 0.270.240.00   0.20
XYZ34.895334.144061.2512
Yxy34.14400.26780.2621
Hunter Lab58.43294.3402-21.2467
CIE-Lab65.07678.5560-25.3130

#959bcb color RGB value is (149,155,203).

#959bcb hex color red value is 149, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #959bcb hue: 0.65 , saturation: 0.34 and the lightness value of 959bcb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011011 11001011
Octal 225 233 313
Decimal 149 155 203
Hex 95 9B CB

RGB Percentages of Color #959bcb

%29.39
%30.57
%40.04

CMYK Percentages of Color #959bcb

%27
%24
%0
%20

Triadic Colors of #959bcb

#959bcb #cb959b #9bcb95

Analogous Colors of #959bcb

#959bcb #aa95cb #95b6cb

Monochromatic Colors of #959bcb

#959bcb

Complementary Color

#959bcb #cbc595

#959bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959bcb Color CSS Codes

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

#959bcb Text Font Color

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

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


#959bcb Background Color

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

This div background color is #959bcb


#959bcb Border Color

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

This div border color is #959bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959bcb


Comments

No comments written yet.

Please login to write comment.