Color Hex Logo

#969bab Color Hex

#969BAB
(150,155,171)
0 Favorites   0 Comments

Color spaces of #969bab

RGB 150155171
HSL0.630.110.63
HSV226°12°67°
CMYK 0.120.090.00   0.33
XYZ31.649732.867043.2039
Yxy32.86700.29380.3051
Hunter Lab57.3297-1.7836-4.5503
CIE-Lab64.05311.5052-8.9437

#969bab color RGB value is (150,155,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 10101011
Octal 226 233 253
Decimal 150 155 171
Hex 96 9B AB

RGB Percentages of Color #969bab

%31.51
%32.56
%35.92

CMYK Percentages of Color #969bab

%12
%9
%0
%33

Triadic Colors of #969bab

#969bab #ab969b #9bab96

Analogous Colors of #969bab

#969bab #9c96ab #96a6ab

Monochromatic Colors of #969bab

#969bab

Complementary Color

#969bab #aba696

#969bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bab Color CSS Codes

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

#969bab Text Font Color

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

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


#969bab Background Color

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

This div background color is #969bab


#969bab Border Color

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

This div border color is #969bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bab


Comments

No comments written yet.

Please login to write comment.