Color Hex Logo

#9690ac Color Hex

#9690AC
(150,144,172)
0 Favorites   0 Comments

Color spaces of #9690ac

RGB 150144172
HSL0.700.140.62
HSV253°16°67°
CMYK 0.130.160.00   0.33
XYZ29.997329.409143.1252
Yxy29.40910.29260.2868
Hunter Lab54.23023.8341-9.1878
CIE-Lab61.14107.9180-13.8752

#9690ac color RGB value is (150,144,172).

#9690ac hex color red value is 150, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9690ac hue: 0.70 , saturation: 0.14 and the lightness value of 9690ac is 0.62.

The process color (four color CMYK) of #9690ac color hex is 0.13, 0.16, 0.00, 0.33. Web safe color of #9690ac is #999999. Color #9690ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 10101100
Octal 226 220 254
Decimal 150 144 172
Hex 96 90 AC

RGB Percentages of Color #9690ac

%32.19
%30.90
%36.91

CMYK Percentages of Color #9690ac

%13
%16
%0
%33

Triadic Colors of #9690ac

#9690ac #ac9690 #90ac96

Analogous Colors of #9690ac

#9690ac #a490ac #9098ac

Monochromatic Colors of #9690ac

#9690ac

Complementary Color

#9690ac #a6ac90

#9690ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9690ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9690ac Color CSS Codes

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

#9690ac Text Font Color

<p style="color:#9690ac">Text here</p>

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


#9690ac Background Color

<div style="background-color:#9690ac">
Div content here</div>

This div background color is #9690ac


#9690ac Border Color

<div style="border:3px solid #9690ac">
Div here</div>

This div border color is #9690ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9690ac


Comments

No comments written yet.

Please login to write comment.