Color Hex Logo

#969dbd Color Hex

#969DBD
(150,157,189)
0 Favorites   0 Comments

Color spaces of #969dbd

RGB 150157189
HSL0.640.230.66
HSV229°21°74°
CMYK 0.210.170.00   0.26
XYZ33.820034.272152.9768
Yxy34.27210.27930.2831
Hunter Lab58.54240.6705-12.6737
CIE-Lab65.17804.4036-17.3415

#969dbd color RGB value is (150,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 10111101
Octal 226 235 275
Decimal 150 157 189
Hex 96 9D BD

RGB Percentages of Color #969dbd

%30.24
%31.65
%38.10

CMYK Percentages of Color #969dbd

%21
%17
%0
%26

Triadic Colors of #969dbd

#969dbd #bd969d #9dbd96

Analogous Colors of #969dbd

#969dbd #a396bd #96b1bd

Monochromatic Colors of #969dbd

#969dbd

Complementary Color

#969dbd #bdb696

#969dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dbd Color CSS Codes

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

#969dbd Text Font Color

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

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


#969dbd Background Color

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

This div background color is #969dbd


#969dbd Border Color

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

This div border color is #969dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dbd


Comments

No comments written yet.

Please login to write comment.