Color Hex Logo

#969dab Color Hex

#969DAB
(150,157,171)
0 Favorites   0 Comments

Color spaces of #969dab

RGB 150157171
HSL0.610.110.63
HSV220°12°67°
CMYK 0.120.080.00   0.33
XYZ31.985333.538243.3158
Yxy33.53820.29390.3081
Hunter Lab57.9122-2.7595-3.8078
CIE-Lab64.59430.3928-8.1373

#969dab color RGB value is (150,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 10101011
Octal 226 235 253
Decimal 150 157 171
Hex 96 9D AB

RGB Percentages of Color #969dab

%31.38
%32.85
%35.77

CMYK Percentages of Color #969dab

%12
%8
%0
%33

Triadic Colors of #969dab

#969dab #ab969d #9dab96

Analogous Colors of #969dab

#969dab #9a96ab #96a8ab

Monochromatic Colors of #969dab

#969dab

Complementary Color

#969dab #aba496

#969dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#969dab Color CSS Codes

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

#969dab Text Font Color

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

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


#969dab Background Color

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

This div background color is #969dab


#969dab Border Color

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

This div border color is #969dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969dab


Comments

No comments written yet.

Please login to write comment.