Color Hex Logo

#aaaefe Color Hex

#AAAEFE
(170,174,254)
0 Favorites   0 Comments

Color spaces of #aaaefe

RGB 170174254
HSL0.660.980.83
HSV237°33°100°
CMYK 0.330.310.00   0.00
XYZ49.603045.9739100.0254
Yxy45.97390.25360.2350
Hunter Lab67.804111.9271-40.0025
CIE-Lab73.528616.6571-40.0629

#aaaefe color RGB value is (170,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11111110
Octal 252 256 376
Decimal 170 174 254
Hex AA AE FE

RGB Percentages of Color #aaaefe

%28.43
%29.10
%42.47

CMYK Percentages of Color #aaaefe

%33
%31
%0
%0

Triadic Colors of #aaaefe

#aaaefe #feaaae #aefeaa

Analogous Colors of #aaaefe

#aaaefe #d0aafe #aad8fe

Monochromatic Colors of #aaaefe

#aaaefe

Complementary Color

#aaaefe #fefaaa

#aaaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaefe Color CSS Codes

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

#aaaefe Text Font Color

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

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


#aaaefe Background Color

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

This div background color is #aaaefe


#aaaefe Border Color

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

This div border color is #aaaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.