Color Hex Logo

#969eab Color Hex

#969EAB
(150,158,171)
1 Favorites   0 Comments

Color spaces of #969eab

RGB 150158171
HSL0.600.110.63
HSV217°12°67°
CMYK 0.120.080.00   0.33
XYZ32.155233.878043.3724
Yxy33.87800.29390.3097
Hunter Lab58.2048-3.2462-3.4377
CIE-Lab64.8656-0.1618-7.7336

#969eab color RGB value is (150,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011110 10101011
Octal 226 236 253
Decimal 150 158 171
Hex 96 9E AB

RGB Percentages of Color #969eab

%31.32
%32.99
%35.70

CMYK Percentages of Color #969eab

%12
%8
%0
%33

Triadic Colors of #969eab

#969eab #ab969e #9eab96

Analogous Colors of #969eab

#969eab #9996ab #96a9ab

Monochromatic Colors of #969eab

#969eab

Complementary Color

#969eab #aba396

#969eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#969eab Color CSS Codes

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

#969eab Text Font Color

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

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


#969eab Background Color

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

This div background color is #969eab


#969eab Border Color

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

This div border color is #969eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969eab


Comments

No comments written yet.

Please login to write comment.