Color Hex Logo

#969ebb Color Hex

#969EBB
(150,158,187)
0 Favorites   0 Comments

Color spaces of #969ebb

RGB 150158187
HSL0.630.210.66
HSV227°20°73°
CMYK 0.200.160.00   0.27
XYZ33.774234.525651.8977
Yxy34.52560.28100.2872
Hunter Lab58.7585-0.2261-11.2362
CIE-Lab65.37763.3830-15.9219

#969ebb color RGB value is (150,158,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011110 10111011
Octal 226 236 273
Decimal 150 158 187
Hex 96 9E BB

RGB Percentages of Color #969ebb

%30.30
%31.92
%37.78

CMYK Percentages of Color #969ebb

%20
%16
%0
%27

Triadic Colors of #969ebb

#969ebb #bb969e #9ebb96

Analogous Colors of #969ebb

#969ebb #a196bb #96b1bb

Monochromatic Colors of #969ebb

#969ebb

Complementary Color

#969ebb #bbb396

#969ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#969ebb Color CSS Codes

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

#969ebb Text Font Color

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

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


#969ebb Background Color

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

This div background color is #969ebb


#969ebb Border Color

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

This div border color is #969ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,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 #969ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969ebb


Comments

No comments written yet.

Please login to write comment.