Color Hex Logo

#aaaeff Color Hex

#AAAEFF
(170,174,255)
1 Favorites   0 Comments

Color spaces of #aaaeff

RGB 170174255
HSL0.661.000.83
HSV237°33°100°
CMYK 0.330.320.00   0.00
XYZ49.763646.0382100.8712
Yxy46.03820.25300.2341
Hunter Lab67.851512.1754-40.6473
CIE-Lab73.570316.9112-40.5375

#aaaeff color RGB value is (170,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11111111
Octal 252 256 377
Decimal 170 174 255
Hex AA AE FF

RGB Percentages of Color #aaaeff

%28.38
%29.05
%42.57

CMYK Percentages of Color #aaaeff

%33
%32
%0
%0

Triadic Colors of #aaaeff

#aaaeff #ffaaae #aeffaa

Analogous Colors of #aaaeff

#aaaeff #d1aaff #aad9ff

Monochromatic Colors of #aaaeff

#aaaeff

Complementary Color

#aaaeff #fffbaa

#aaaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeff Color CSS Codes

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

#aaaeff Text Font Color

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

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


#aaaeff Background Color

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

This div background color is #aaaeff


#aaaeff Border Color

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

This div border color is #aaaeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,174,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeff

Related Colors

#aaaeff Color Palettes


Comments

No comments written yet.

Please login to write comment.