Color Hex Logo

#999aaa Color Hex

#999AAA
(153,154,170)
0 Favorites   0 Comments

Color spaces of #999aaa

RGB 153154170
HSL0.660.090.63
HSV236°10°67°
CMYK 0.100.090.00   0.33
XYZ31.948232.785842.6747
Yxy32.78580.29740.3052
Hunter Lab57.2589-0.6071-4.1073
CIE-Lab63.98712.8757-8.4549

#999aaa color RGB value is (153,154,170).

#999aaa hex color red value is 153, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #999aaa hue: 0.66 , saturation: 0.09 and the lightness value of 999aaa is 0.63.

The process color (four color CMYK) of #999aaa color hex is 0.10, 0.09, 0.00, 0.33. Web safe color of #999aaa is #999999. Color #999aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011010 10101010
Octal 231 232 252
Decimal 153 154 170
Hex 99 9A AA

RGB Percentages of Color #999aaa

%32.08
%32.29
%35.64

CMYK Percentages of Color #999aaa

%10
%9
%0
%33

Triadic Colors of #999aaa

#999aaa #aa999a #9aaa99

Analogous Colors of #999aaa

#999aaa #a199aa #99a3aa

Monochromatic Colors of #999aaa

#999aaa

Complementary Color

#999aaa #aaa999

#999aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#999aaa Color CSS Codes

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

#999aaa Text Font Color

<p style="color:#999aaa">Text here</p>

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


#999aaa Background Color

<div style="background-color:#999aaa">
Div content here</div>

This div background color is #999aaa


#999aaa Border Color

<div style="border:3px solid #999aaa">
Div here</div>

This div border color is #999aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,154,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #999aaa;
  box-shadow:         1px 1px 3px 2px #999aaa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999aaa


Comments

No comments written yet.

Please login to write comment.