Color Hex Logo

#aaaef1 Color Hex

#AAAEF1
(170,174,241)
0 Favorites   0 Comments

Color spaces of #aaaef1

RGB 170174241
HSL0.660.720.81
HSV237°29°95°
CMYK 0.290.280.00   0.05
XYZ47.590845.169089.4293
Yxy45.16900.26120.2479
Hunter Lab67.20798.7844-31.8479
CIE-Lab73.003013.4037-33.8460

#aaaef1 color RGB value is (170,174,241).

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

The process color (four color CMYK) of #aaaef1 color hex is 0.29, 0.28, 0.00, 0.05. Web safe color of #aaaef1 is #9999ff. Color #aaaef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11110001
Octal 252 256 361
Decimal 170 174 241
Hex AA AE F1

RGB Percentages of Color #aaaef1

%29.06
%29.74
%41.20

CMYK Percentages of Color #aaaef1

%29
%28
%0
%5

Triadic Colors of #aaaef1

#aaaef1 #f1aaae #aef1aa

Analogous Colors of #aaaef1

#aaaef1 #caaaf1 #aad2f1

Monochromatic Colors of #aaaef1

#aaaef1

Complementary Color

#aaaef1 #f1edaa

#aaaef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaef1 Color CSS Codes

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

#aaaef1 Text Font Color

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

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


#aaaef1 Background Color

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

This div background color is #aaaef1


#aaaef1 Border Color

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

This div border color is #aaaef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaef1


Comments

No comments written yet.

Please login to write comment.