Color Hex Logo

#a9afdf Color Hex

#A9AFDF
(169,175,223)
0 Favorites   0 Comments

Color spaces of #a9afdf

RGB 169175223
HSL0.650.460.77
HSV233°24°87°
CMYK 0.240.220.00   0.13
XYZ45.011444.422776.0141
Yxy44.42270.27210.2685
Hunter Lab66.65043.9094-20.9644
CIE-Lab72.51018.2216-24.8186

#a9afdf color RGB value is (169,175,223).

#a9afdf hex color red value is 169, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a9afdf hue: 0.65 , saturation: 0.46 and the lightness value of a9afdf is 0.77.

The process color (four color CMYK) of #a9afdf color hex is 0.24, 0.22, 0.00, 0.13. Web safe color of #a9afdf is #9999cc. Color #a9afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101111 11011111
Octal 251 257 337
Decimal 169 175 223
Hex A9 AF DF

RGB Percentages of Color #a9afdf

%29.81
%30.86
%39.33

CMYK Percentages of Color #a9afdf

%24
%22
%0
%13

Triadic Colors of #a9afdf

#a9afdf #dfa9af #afdfa9

Analogous Colors of #a9afdf

#a9afdf #bea9df #a9cadf

Monochromatic Colors of #a9afdf

#a9afdf

Complementary Color

#a9afdf #dfd9a9

#a9afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9afdf Color CSS Codes

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

#a9afdf Text Font Color

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

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


#a9afdf Background Color

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

This div background color is #a9afdf


#a9afdf Border Color

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

This div border color is #a9afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9afdf


Comments

No comments written yet.

Please login to write comment.