Color Hex Logo

#9690ae Color Hex

#9690AE
(150,144,174)
0 Favorites   0 Comments

Color spaces of #9690ae

RGB 150144174
HSL0.700.160.62
HSV252°17°68°
CMYK 0.140.170.00   0.32
XYZ30.190929.486544.1446
Yxy29.48650.29080.2840
Hunter Lab54.30154.2161-10.1890
CIE-Lab61.20868.3573-14.9070

#9690ae color RGB value is (150,144,174).

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

The process color (four color CMYK) of #9690ae color hex is 0.14, 0.17, 0.00, 0.32. Web safe color of #9690ae is #999999. Color #9690ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 10101110
Octal 226 220 256
Decimal 150 144 174
Hex 96 90 AE

RGB Percentages of Color #9690ae

%32.05
%30.77
%37.18

CMYK Percentages of Color #9690ae

%14
%17
%0
%32

Triadic Colors of #9690ae

#9690ae #ae9690 #90ae96

Analogous Colors of #9690ae

#9690ae #a590ae #9099ae

Monochromatic Colors of #9690ae

#9690ae

Complementary Color

#9690ae #a8ae90

#9690ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9690ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9690ae Color CSS Codes

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

#9690ae Text Font Color

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

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


#9690ae Background Color

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

This div background color is #9690ae


#9690ae Border Color

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

This div border color is #9690ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9690ae


Comments

No comments written yet.

Please login to write comment.