Color Hex Logo

#959dcb Color Hex

#959DCB
(149,157,203)
0 Favorites   0 Comments

Color spaces of #959dcb

RGB 149157203
HSL0.640.340.69
HSV231°27°80°
CMYK 0.270.230.00   0.20
XYZ35.230934.815361.3631
Yxy34.81530.26810.2649
Hunter Lab59.00453.3224-20.3569
CIE-Lab65.60467.4247-24.5033

#959dcb color RGB value is (149,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011101 11001011
Octal 225 235 313
Decimal 149 157 203
Hex 95 9D CB

RGB Percentages of Color #959dcb

%29.27
%30.84
%39.88

CMYK Percentages of Color #959dcb

%27
%23
%0
%20

Triadic Colors of #959dcb

#959dcb #cb959d #9dcb95

Analogous Colors of #959dcb

#959dcb #a895cb #95b8cb

Monochromatic Colors of #959dcb

#959dcb

Complementary Color

#959dcb #cbc395

#959dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959dcb Color CSS Codes

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

#959dcb Text Font Color

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

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


#959dcb Background Color

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

This div background color is #959dcb


#959dcb Border Color

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

This div border color is #959dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959dcb


Comments

No comments written yet.

Please login to write comment.