Color Hex Logo

#959acb Color Hex

#959ACB
(149,154,203)
0 Favorites   0 Comments

Color spaces of #959acb

RGB 149154203
HSL0.650.340.69
HSV234°27°80°
CMYK 0.270.240.00   0.20
XYZ34.729533.812661.1959
Yxy33.81260.26770.2606
Hunter Lab58.14864.8498-21.6931
CIE-Lab64.81359.1224-25.7170

#959acb color RGB value is (149,154,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011010 11001011
Octal 225 232 313
Decimal 149 154 203
Hex 95 9A CB

RGB Percentages of Color #959acb

%29.45
%30.43
%40.12

CMYK Percentages of Color #959acb

%27
%24
%0
%20

Triadic Colors of #959acb

#959acb #cb959a #9acb95

Analogous Colors of #959acb

#959acb #ab95cb #95b5cb

Monochromatic Colors of #959acb

#959acb

Complementary Color

#959acb #cbc695

#959acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959acb Color CSS Codes

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

#959acb Text Font Color

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

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


#959acb Background Color

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

This div background color is #959acb


#959acb Border Color

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

This div border color is #959acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959acb


Comments

No comments written yet.

Please login to write comment.