Color Hex Logo

#aeaaff Color Hex

#AEAAFF
(174,170,255)
0 Favorites   0 Comments

Color spaces of #aeaaff

RGB 174170255
HSL0.671.000.83
HSV243°33°100°
CMYK 0.320.330.00   0.00
XYZ49.880344.9681100.6585
Yxy44.96810.25510.2300
Hunter Lab67.058315.4227-42.0571
CIE-Lab72.870920.2408-41.6063

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

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

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

Base Numbers

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

RGB Percentages of Color #aeaaff

%29.05
%28.38
%42.57

CMYK Percentages of Color #aeaaff

%32
%33
%0
%0

Triadic Colors of #aeaaff

#aeaaff #ffaeaa #aaffae

Analogous Colors of #aeaaff

#aeaaff #d9aaff #aad1ff

Monochromatic Colors of #aeaaff

#aeaaff

Complementary Color

#aeaaff #fbffaa

#aeaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaaff Color CSS Codes

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

#aeaaff Text Font Color

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

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


#aeaaff Background Color

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

This div background color is #aeaaff


#aeaaff Border Color

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

This div border color is #aeaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaaff

Related Colors


Comments

No comments written yet.

Please login to write comment.