Color Hex Logo

#969aac Color Hex

#969AAC
(150,154,172)
0 Favorites   0 Comments

Color spaces of #969aac

RGB 150154172
HSL0.640.120.63
HSV229°13°67°
CMYK 0.130.100.00   0.33
XYZ31.579732.573843.6527
Yxy32.57380.29290.3022
Hunter Lab57.0735-1.1115-5.3966
CIE-Lab63.81432.2787-9.8625

#969aac color RGB value is (150,154,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011010 10101100
Octal 226 232 254
Decimal 150 154 172
Hex 96 9A AC

RGB Percentages of Color #969aac

%31.51
%32.35
%36.13

CMYK Percentages of Color #969aac

%13
%10
%0
%33

Triadic Colors of #969aac

#969aac #ac969a #9aac96

Analogous Colors of #969aac

#969aac #9d96ac #96a5ac

Monochromatic Colors of #969aac

#969aac

Complementary Color

#969aac #aca896

#969aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#969aac Color CSS Codes

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

#969aac Text Font Color

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

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


#969aac Background Color

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

This div background color is #969aac


#969aac Border Color

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

This div border color is #969aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969aac


Comments

No comments written yet.

Please login to write comment.