Color Hex Logo

#969daa Color Hex

#969DAA
(150,157,170)
0 Favorites   0 Comments

Color spaces of #969daa

RGB 150157170
HSL0.610.110.63
HSV219°12°67°
CMYK 0.120.080.00   0.33
XYZ31.890333.500342.8156
Yxy33.50030.29470.3096
Hunter Lab57.8794-2.9395-3.3434
CIE-Lab64.56400.1790-7.6212

#969daa color RGB value is (150,157,170).

#969daa hex color red value is 150, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #969daa hue: 0.61 , saturation: 0.11 and the lightness value of 969daa is 0.63.

The process color (four color CMYK) of #969daa color hex is 0.12, 0.08, 0.00, 0.33. Web safe color of #969daa is #999999. Color #969daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 10101010
Octal 226 235 252
Decimal 150 157 170
Hex 96 9D AA

RGB Percentages of Color #969daa

%31.45
%32.91
%35.64

CMYK Percentages of Color #969daa

%12
%8
%0
%33

Triadic Colors of #969daa

#969daa #aa969d #9daa96

Analogous Colors of #969daa

#969daa #9996aa #96a7aa

Monochromatic Colors of #969daa

#969daa

Complementary Color

#969daa #aaa396

#969daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#969daa Color CSS Codes

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

#969daa Text Font Color

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

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


#969daa Background Color

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

This div background color is #969daa


#969daa Border Color

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

This div border color is #969daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969daa


Comments

No comments written yet.

Please login to write comment.