Color Hex Logo

#aeaae0 Color Hex

#AEAAE0
(174,170,224)
0 Favorites   0 Comments

Color spaces of #aeaae0

RGB 174170224
HSL0.680.470.77
HSV244°24°88°
CMYK 0.220.240.00   0.12
XYZ45.284843.129976.4592
Yxy43.12990.27470.2616
Hunter Lab65.67348.1556-23.0561
CIE-Lab71.643012.7465-26.6591

#aeaae0 color RGB value is (174,170,224).

#aeaae0 hex color red value is 174, green value is 170 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aeaae0 hue: 0.68 , saturation: 0.47 and the lightness value of aeaae0 is 0.77.

The process color (four color CMYK) of #aeaae0 color hex is 0.22, 0.24, 0.00, 0.12. Web safe color of #aeaae0 is #9999cc. Color #aeaae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11100000
Octal 256 252 340
Decimal 174 170 224
Hex AE AA E0

RGB Percentages of Color #aeaae0

%30.63
%29.93
%39.44

CMYK Percentages of Color #aeaae0

%22
%24
%0
%12

Triadic Colors of #aeaae0

#aeaae0 #e0aeaa #aae0ae

Analogous Colors of #aeaae0

#aeaae0 #c9aae0 #aac1e0

Monochromatic Colors of #aeaae0

#aeaae0

Complementary Color

#aeaae0 #dce0aa

#aeaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaae0 Color CSS Codes

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

#aeaae0 Text Font Color

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

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


#aeaae0 Background Color

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

This div background color is #aeaae0


#aeaae0 Border Color

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

This div border color is #aeaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaae0


Comments

No comments written yet.

Please login to write comment.