Color Hex Logo

#959fba Color Hex

#959FBA
(149,159,186)
0 Favorites   0 Comments

Color spaces of #959fba

RGB 149159186
HSL0.620.210.66
HSV224°20°73°
CMYK 0.200.150.00   0.27
XYZ33.655534.731051.3843
Yxy34.73100.28100.2900
Hunter Lab58.9330-1.1949-10.4425
CIE-Lab65.53872.2734-15.1273

#959fba color RGB value is (149,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011111 10111010
Octal 225 237 272
Decimal 149 159 186
Hex 95 9F BA

RGB Percentages of Color #959fba

%30.16
%32.19
%37.65

CMYK Percentages of Color #959fba

%20
%15
%0
%27

Triadic Colors of #959fba

#959fba #ba959f #9fba95

Analogous Colors of #959fba

#959fba #9e95ba #95b2ba

Monochromatic Colors of #959fba

#959fba

Complementary Color

#959fba #bab095

#959fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#959fba Color CSS Codes

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

#959fba Text Font Color

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

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


#959fba Background Color

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

This div background color is #959fba


#959fba Border Color

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

This div border color is #959fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959fba


Comments

No comments written yet.

Please login to write comment.