Color Hex Logo

#959ebb Color Hex

#959EBB
(149,158,187)
0 Favorites   0 Comments

Color spaces of #959ebb

RGB 149158187
HSL0.630.220.66
HSV226°20°73°
CMYK 0.200.160.00   0.27
XYZ33.590934.431151.8892
Yxy34.43110.28010.2871
Hunter Lab58.6780-0.5022-11.3558
CIE-Lab65.30333.0614-16.0415

#959ebb color RGB value is (149,158,187).

#959ebb hex color red value is 149, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #959ebb hue: 0.63 , saturation: 0.22 and the lightness value of 959ebb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10011110 10111011
Octal 225 236 273
Decimal 149 158 187
Hex 95 9E BB

RGB Percentages of Color #959ebb

%30.16
%31.98
%37.85

CMYK Percentages of Color #959ebb

%20
%16
%0
%27

Triadic Colors of #959ebb

#959ebb #bb959e #9ebb95

Analogous Colors of #959ebb

#959ebb #9f95bb #95b1bb

Monochromatic Colors of #959ebb

#959ebb

Complementary Color

#959ebb #bbb295

#959ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#959ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#959ebb Color CSS Codes

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

#959ebb Text Font Color

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

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


#959ebb Background Color

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

This div background color is #959ebb


#959ebb Border Color

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

This div border color is #959ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #959ebb


Comments

No comments written yet.

Please login to write comment.