Color Hex Logo

#9990ae Color Hex

#9990AE
(153,144,174)
0 Favorites   0 Comments

Color spaces of #9990ae

RGB 153144174
HSL0.720.160.62
HSV258°17°68°
CMYK 0.120.170.00   0.32
XYZ30.750129.774844.1708
Yxy29.77480.29370.2844
Hunter Lab54.56635.1003-9.7982
CIE-Lab61.45949.3696-14.5038

#9990ae color RGB value is (153,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010000 10101110
Octal 231 220 256
Decimal 153 144 174
Hex 99 90 AE

RGB Percentages of Color #9990ae

%32.48
%30.57
%36.94

CMYK Percentages of Color #9990ae

%12
%17
%0
%32

Triadic Colors of #9990ae

#9990ae #ae9990 #90ae99

Analogous Colors of #9990ae

#9990ae #a890ae #9096ae

Monochromatic Colors of #9990ae

#9990ae

Complementary Color

#9990ae #a5ae90

#9990ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9990ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9990ae Color CSS Codes

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

#9990ae Text Font Color

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

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


#9990ae Background Color

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

This div background color is #9990ae


#9990ae Border Color

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

This div border color is #9990ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #9990ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9990ae


Comments

No comments written yet.

Please login to write comment.