Color Hex Logo

#a9affd Color Hex

#A9AFFD
(169,175,253)
0 Favorites   0 Comments

Color spaces of #a9affd

RGB 169175253
HSL0.650.950.83
HSV236°33°99°
CMYK 0.330.310.00   0.01
XYZ49.421846.186899.2386
Yxy46.18680.25360.2370
Hunter Lab67.960910.8754-39.0045
CIE-Lab73.666615.5715-39.3139

#a9affd color RGB value is (169,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101111 11111101
Octal 251 257 375
Decimal 169 175 253
Hex A9 AF FD

RGB Percentages of Color #a9affd

%28.31
%29.31
%42.38

CMYK Percentages of Color #a9affd

%33
%31
%0
%1

Triadic Colors of #a9affd

#a9affd #fda9af #affda9

Analogous Colors of #a9affd

#a9affd #cda9fd #a9d9fd

Monochromatic Colors of #a9affd

#a9affd

Complementary Color

#a9affd #fdf7a9

#a9affd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9affd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9affd Color CSS Codes

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

#a9affd Text Font Color

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

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


#a9affd Background Color

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

This div background color is #a9affd


#a9affd Border Color

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

This div border color is #a9affd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9affd

Related Colors


Comments

No comments written yet.

Please login to write comment.