Color Hex Logo

#aaa9be Color Hex

#AAA9BE
(170,169,190)
0 Favorites   0 Comments

Color spaces of #aaa9be

RGB 170169190
HSL0.670.140.70
HSV243°11°75°
CMYK 0.110.110.00   0.25
XYZ40.059840.639754.4481
Yxy40.63970.29640.3007
Hunter Lab63.74930.6075-6.0150
CIE-Lab69.92274.5244-10.6039

#aaa9be color RGB value is (170,169,190).

#aaa9be hex color red value is 170, green value is 169 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaa9be hue: 0.67 , saturation: 0.14 and the lightness value of aaa9be is 0.70.

The process color (four color CMYK) of #aaa9be color hex is 0.11, 0.11, 0.00, 0.25. Web safe color of #aaa9be is #9999cc. Color #aaa9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 10111110
Octal 252 251 276
Decimal 170 169 190
Hex AA A9 BE

RGB Percentages of Color #aaa9be

%32.14
%31.95
%35.92

CMYK Percentages of Color #aaa9be

%11
%11
%0
%25

Triadic Colors of #aaa9be

#aaa9be #beaaa9 #a9beaa

Analogous Colors of #aaa9be

#aaa9be #b5a9be #a9b3be

Monochromatic Colors of #aaa9be

#aaa9be

Complementary Color

#aaa9be #bdbea9

#aaa9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa9be Color CSS Codes

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

#aaa9be Text Font Color

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

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


#aaa9be Background Color

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

This div background color is #aaa9be


#aaa9be Border Color

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

This div border color is #aaa9be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,169,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaa9be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaa9be;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa9be;
  box-shadow:         1px 1px 3px 2px #aaa9be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa9be


Comments

No comments written yet.

Please login to write comment.