Color Hex Logo

#969fbd Color Hex

#969FBD
(150,159,189)
0 Favorites   0 Comments

Color spaces of #969fbd

RGB 150159189
HSL0.630.230.66
HSV226°21°74°
CMYK 0.210.160.00   0.26
XYZ34.161134.954453.0905
Yxy34.95440.27950.2860
Hunter Lab59.1222-0.3258-11.8556
CIE-Lab65.71313.2840-16.5313

#969fbd color RGB value is (150,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011111 10111101
Octal 226 237 275
Decimal 150 159 189
Hex 96 9F BD

RGB Percentages of Color #969fbd

%30.12
%31.93
%37.95

CMYK Percentages of Color #969fbd

%21
%16
%0
%26

Triadic Colors of #969fbd

#969fbd #bd969f #9fbd96

Analogous Colors of #969fbd

#969fbd #a196bd #96b3bd

Monochromatic Colors of #969fbd

#969fbd

Complementary Color

#969fbd #bdb496

#969fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#969fbd Color CSS Codes

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

#969fbd Text Font Color

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

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


#969fbd Background Color

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

This div background color is #969fbd


#969fbd Border Color

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

This div border color is #969fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,159,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969fbd


Comments

No comments written yet.

Please login to write comment.