Color Hex Logo

#a9aefd Color Hex

#A9AEFD
(169,174,253)
0 Favorites   0 Comments

Color spaces of #a9aefd

RGB 169174253
HSL0.660.950.83
HSV236°33°99°
CMYK 0.330.310.00   0.01
XYZ49.227945.799099.1740
Yxy45.79900.25350.2358
Hunter Lab67.675011.4127-39.5138
CIE-Lab73.414916.1298-39.7057

#a9aefd color RGB value is (169,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101110 11111101
Octal 251 256 375
Decimal 169 174 253
Hex A9 AE FD

RGB Percentages of Color #a9aefd

%28.36
%29.19
%42.45

CMYK Percentages of Color #a9aefd

%33
%31
%0
%1

Triadic Colors of #a9aefd

#a9aefd #fda9ae #aefda9

Analogous Colors of #a9aefd

#a9aefd #cea9fd #a9d8fd

Monochromatic Colors of #a9aefd

#a9aefd

Complementary Color

#a9aefd #fdf8a9

#a9aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aefd Color CSS Codes

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

#a9aefd Text Font Color

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

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


#a9aefd Background Color

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

This div background color is #a9aefd


#a9aefd Border Color

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

This div border color is #a9aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aefd


Comments

No comments written yet.

Please login to write comment.