Color Hex Logo

#aaa9eb Color Hex

#AAA9EB
(170,169,235)
0 Favorites   0 Comments

Color spaces of #aaa9eb

RGB 170169235
HSL0.670.620.79
HSV241°28°92°
CMYK 0.280.280.00   0.08
XYZ45.760942.920184.4698
Yxy42.92010.26430.2479
Hunter Lab65.513410.0331-30.5862
CIE-Lab71.500714.7238-32.9078

#aaa9eb color RGB value is (170,169,235).

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

The process color (four color CMYK) of #aaa9eb color hex is 0.28, 0.28, 0.00, 0.08. Web safe color of #aaa9eb is #9999ff. Color #aaa9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 11101011
Octal 252 251 353
Decimal 170 169 235
Hex AA A9 EB

RGB Percentages of Color #aaa9eb

%29.62
%29.44
%40.94

CMYK Percentages of Color #aaa9eb

%28
%28
%0
%8

Triadic Colors of #aaa9eb

#aaa9eb #ebaaa9 #a9ebaa

Analogous Colors of #aaa9eb

#aaa9eb #cba9eb #a9c9eb

Monochromatic Colors of #aaa9eb

#aaa9eb

Complementary Color

#aaa9eb #eaeba9

#aaa9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa9eb Color CSS Codes

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

#aaa9eb Text Font Color

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

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


#aaa9eb Background Color

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

This div background color is #aaa9eb


#aaa9eb Border Color

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

This div border color is #aaa9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa9eb


Comments

No comments written yet.

Please login to write comment.