Color Hex Logo

#aaaffd Color Hex

#AAAFFD
(170,175,253)
0 Favorites   0 Comments

Color spaces of #aaaffd

RGB 170175253
HSL0.660.950.83
HSV236°33°99°
CMYK 0.330.310.00   0.01
XYZ49.637246.297899.2487
Yxy46.29780.25430.2372
Hunter Lab68.042511.1419-38.8523
CIE-Lab73.738415.8454-39.1968

#aaaffd color RGB value is (170,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11111101
Octal 252 257 375
Decimal 170 175 253
Hex AA AF FD

RGB Percentages of Color #aaaffd

%28.43
%29.26
%42.31

CMYK Percentages of Color #aaaffd

%33
%31
%0
%1

Triadic Colors of #aaaffd

#aaaffd #fdaaaf #affdaa

Analogous Colors of #aaaffd

#aaaffd #cfaafd #aad9fd

Monochromatic Colors of #aaaffd

#aaaffd

Complementary Color

#aaaffd #fdf8aa

#aaaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaffd Color CSS Codes

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

#aaaffd Text Font Color

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

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


#aaaffd Background Color

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

This div background color is #aaaffd


#aaaffd Border Color

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

This div border color is #aaaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaffd

Related Colors


Comments

No comments written yet.

Please login to write comment.