Color Hex Logo

#a9adfd Color Hex

#A9ADFD
(169,173,253)
0 Favorites   0 Comments

Color spaces of #a9adfd

RGB 169173253
HSL0.660.950.83
HSV237°33°99°
CMYK 0.330.320.00   0.01
XYZ49.035445.414099.1098
Yxy45.41400.25330.2346
Hunter Lab67.389911.9509-40.0244
CIE-Lab73.163716.6887-40.0971

#a9adfd color RGB value is (169,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101101 11111101
Octal 251 255 375
Decimal 169 173 253
Hex A9 AD FD

RGB Percentages of Color #a9adfd

%28.40
%29.08
%42.52

CMYK Percentages of Color #a9adfd

%33
%32
%0
%1

Triadic Colors of #a9adfd

#a9adfd #fda9ad #adfda9

Analogous Colors of #a9adfd

#a9adfd #cfa9fd #a9d7fd

Monochromatic Colors of #a9adfd

#a9adfd

Complementary Color

#a9adfd #fdf9a9

#a9adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9adfd Color CSS Codes

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

#a9adfd Text Font Color

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

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


#a9adfd Background Color

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

This div background color is #a9adfd


#a9adfd Border Color

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

This div border color is #a9adfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,173,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 #a9adfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9adfd


Comments

No comments written yet.

Please login to write comment.