Color Hex Logo

#9690aa Color Hex

#9690AA
(150,144,170)
0 Favorites   0 Comments

Color spaces of #9690aa

RGB 150144170
HSL0.710.130.62
HSV254°15°67°
CMYK 0.120.150.00   0.33
XYZ29.806629.332842.1210
Yxy29.33280.29440.2897
Hunter Lab54.15983.4571-8.1990
CIE-Lab61.07427.4828-12.8414

#9690aa color RGB value is (150,144,170).

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

The process color (four color CMYK) of #9690aa color hex is 0.12, 0.15, 0.00, 0.33. Web safe color of #9690aa is #999999. Color #9690aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 10101010
Octal 226 220 252
Decimal 150 144 170
Hex 96 90 AA

RGB Percentages of Color #9690aa

%32.33
%31.03
%36.64

CMYK Percentages of Color #9690aa

%12
%15
%0
%33

Triadic Colors of #9690aa

#9690aa #aa9690 #90aa96

Analogous Colors of #9690aa

#9690aa #a390aa #9097aa

Monochromatic Colors of #9690aa

#9690aa

Complementary Color

#9690aa #a4aa90

#9690aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9690aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9690aa Color CSS Codes

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

#9690aa Text Font Color

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

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


#9690aa Background Color

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

This div background color is #9690aa


#9690aa Border Color

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

This div border color is #9690aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9690aa


Comments

No comments written yet.

Please login to write comment.