Color Hex Logo

#aaaefd Color Hex

#AAAEFD
(170,174,253)
0 Favorites   0 Comments

Color spaces of #aaaefd

RGB 170174253
HSL0.660.950.83
HSV237°33°99°
CMYK 0.330.310.00   0.01
XYZ49.443245.910099.1841
Yxy45.91000.25420.2360
Hunter Lab67.756911.6794-39.3602
CIE-Lab73.487116.4032-39.5879

#aaaefd color RGB value is (170,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11111101
Octal 252 256 375
Decimal 170 174 253
Hex AA AE FD

RGB Percentages of Color #aaaefd

%28.48
%29.15
%42.38

CMYK Percentages of Color #aaaefd

%33
%31
%0
%1

Triadic Colors of #aaaefd

#aaaefd #fdaaae #aefdaa

Analogous Colors of #aaaefd

#aaaefd #d0aafd #aad8fd

Monochromatic Colors of #aaaefd

#aaaefd

Complementary Color

#aaaefd #fdf9aa

#aaaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaefd Color CSS Codes

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

#aaaefd Text Font Color

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

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


#aaaefd Background Color

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

This div background color is #aaaefd


#aaaefd Border Color

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

This div border color is #aaaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.