Color Hex Logo

#a9adff Color Hex

#A9ADFF
(169,173,255)
0 Favorites   0 Comments

Color spaces of #a9adff

RGB 169173255
HSL0.661.000.83
HSV237°34°100°
CMYK 0.340.320.00   0.00
XYZ49.355845.5422100.7969
Yxy45.54220.25220.2327
Hunter Lab67.485012.4491-41.3173
CIE-Lab73.247517.1989-41.0462

#a9adff color RGB value is (169,173,255).

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

The process color (four color CMYK) of #a9adff color hex is 0.34, 0.32, 0.00, 0.00. Web safe color of #a9adff is #9999ff. Color #a9adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101101 11111111
Octal 251 255 377
Decimal 169 173 255
Hex A9 AD FF

RGB Percentages of Color #a9adff

%28.31
%28.98
%42.71

CMYK Percentages of Color #a9adff

%34
%32
%0
%0

Triadic Colors of #a9adff

#a9adff #ffa9ad #adffa9

Analogous Colors of #a9adff

#a9adff #d0a9ff #a9d8ff

Monochromatic Colors of #a9adff

#a9adff

Complementary Color

#a9adff #fffba9

#a9adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9adff Color CSS Codes

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

#a9adff Text Font Color

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

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


#a9adff Background Color

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

This div background color is #a9adff


#a9adff Border Color

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

This div border color is #a9adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9adff

Related Colors

#a9adff Color Palettes


Comments

No comments written yet.

Please login to write comment.