Color Hex Logo

#a9aafd Color Hex

#A9AAFD
(169,170,253)
0 Favorites   0 Comments

Color spaces of #a9aafd

RGB 169170253
HSL0.660.950.83
HSV239°33°99°
CMYK 0.330.330.00   0.01
XYZ48.466544.276398.9202
Yxy44.27630.25290.2310
Hunter Lab66.540413.5695-41.5633
CIE-Lab72.412818.3684-41.2680

#a9aafd color RGB value is (169,170,253).

#a9aafd hex color red value is 169, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a9aafd hue: 0.66 , saturation: 0.95 and the lightness value of a9aafd is 0.83.

The process color (four color CMYK) of #a9aafd color hex is 0.33, 0.33, 0.00, 0.01. Web safe color of #a9aafd is #9999ff. Color #a9aafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101010 11111101
Octal 251 252 375
Decimal 169 170 253
Hex A9 AA FD

RGB Percentages of Color #a9aafd

%28.55
%28.72
%42.74

CMYK Percentages of Color #a9aafd

%33
%33
%0
%1

Triadic Colors of #a9aafd

#a9aafd #fda9aa #aafda9

Analogous Colors of #a9aafd

#a9aafd #d2a9fd #a9d4fd

Monochromatic Colors of #a9aafd

#a9aafd

Complementary Color

#a9aafd #fdfca9

#a9aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aafd Color CSS Codes

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

#a9aafd Text Font Color

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

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


#a9aafd Background Color

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

This div background color is #a9aafd


#a9aafd Border Color

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

This div border color is #a9aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aafd


Comments

No comments written yet.

Please login to write comment.