Color Hex Logo

#969dac Color Hex

#969DAC
(150,157,172)
0 Favorites   0 Comments

Color spaces of #969dac

RGB 150157172
HSL0.610.120.63
HSV221°13°67°
CMYK 0.130.090.00   0.33
XYZ32.081033.576543.8198
Yxy33.57650.29300.3067
Hunter Lab57.9452-2.5788-4.2751
CIE-Lab64.62500.6071-8.6527

#969dac color RGB value is (150,157,172).

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

The process color (four color CMYK) of #969dac color hex is 0.13, 0.09, 0.00, 0.33. Web safe color of #969dac is #999999. Color #969dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 10101100
Octal 226 235 254
Decimal 150 157 172
Hex 96 9D AC

RGB Percentages of Color #969dac

%31.32
%32.78
%35.91

CMYK Percentages of Color #969dac

%13
%9
%0
%33

Triadic Colors of #969dac

#969dac #ac969d #9dac96

Analogous Colors of #969dac

#969dac #9a96ac #96a8ac

Monochromatic Colors of #969dac

#969dac

Complementary Color

#969dac #aca596

#969dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dac Color CSS Codes

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

#969dac Text Font Color

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

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


#969dac Background Color

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

This div background color is #969dac


#969dac Border Color

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

This div border color is #969dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dac


Comments

No comments written yet.

Please login to write comment.