Color Hex Logo

#aaaef5 Color Hex

#AAAEF5
(170,174,245)
0 Favorites   0 Comments

Color spaces of #aaaef5

RGB 170174245
HSL0.660.790.81
HSV237°31°96°
CMYK 0.310.290.00   0.04
XYZ48.195045.410792.6112
Yxy45.41070.25880.2439
Hunter Lab67.38759.7338-34.3116
CIE-Lab73.161514.3938-35.7683

#aaaef5 color RGB value is (170,174,245).

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

The process color (four color CMYK) of #aaaef5 color hex is 0.31, 0.29, 0.00, 0.04. Web safe color of #aaaef5 is #9999ff. Color #aaaef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11110101
Octal 252 256 365
Decimal 170 174 245
Hex AA AE F5

RGB Percentages of Color #aaaef5

%28.86
%29.54
%41.60

CMYK Percentages of Color #aaaef5

%31
%29
%0
%4

Triadic Colors of #aaaef5

#aaaef5 #f5aaae #aef5aa

Analogous Colors of #aaaef5

#aaaef5 #ccaaf5 #aad4f5

Monochromatic Colors of #aaaef5

#aaaef5

Complementary Color

#aaaef5 #f5f1aa

#aaaef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaef5 Color CSS Codes

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

#aaaef5 Text Font Color

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

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


#aaaef5 Background Color

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

This div background color is #aaaef5


#aaaef5 Border Color

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

This div border color is #aaaef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaef5


Comments

No comments written yet.

Please login to write comment.