Color Hex Logo

#959cba Color Hex

#959CBA
(149,156,186)
0 Favorites   0 Comments

Color spaces of #959cba

RGB 149156186
HSL0.640.210.66
HSV229°20°73°
CMYK 0.200.160.00   0.27
XYZ33.145833.711751.2144
Yxy33.71170.28070.2855
Hunter Lab58.06180.2924-11.6545
CIE-Lab64.73313.9510-16.3445

#959cba color RGB value is (149,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011100 10111010
Octal 225 234 272
Decimal 149 156 186
Hex 95 9C BA

RGB Percentages of Color #959cba

%30.35
%31.77
%37.88

CMYK Percentages of Color #959cba

%20
%16
%0
%27

Triadic Colors of #959cba

#959cba #ba959c #9cba95

Analogous Colors of #959cba

#959cba #a195ba #95afba

Monochromatic Colors of #959cba

#959cba

Complementary Color

#959cba #bab395

#959cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#959cba Color CSS Codes

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

#959cba Text Font Color

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

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


#959cba Background Color

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

This div background color is #959cba


#959cba Border Color

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

This div border color is #959cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959cba


Comments

No comments written yet.

Please login to write comment.