Color Hex Logo

#aeaae1 Color Hex

#AEAAE1
(174,170,225)
0 Favorites   0 Comments

Color spaces of #aeaae1

RGB 174170225
HSL0.680.480.77
HSV244°24°88°
CMYK 0.230.240.00   0.12
XYZ45.420943.184477.1756
Yxy43.18440.27400.2605
Hunter Lab65.71488.3750-23.6299
CIE-Lab71.679912.9783-27.1490

#aeaae1 color RGB value is (174,170,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11100001
Octal 256 252 341
Decimal 174 170 225
Hex AE AA E1

RGB Percentages of Color #aeaae1

%30.58
%29.88
%39.54

CMYK Percentages of Color #aeaae1

%23
%24
%0
%12

Triadic Colors of #aeaae1

#aeaae1 #e1aeaa #aae1ae

Analogous Colors of #aeaae1

#aeaae1 #caaae1 #aac2e1

Monochromatic Colors of #aeaae1

#aeaae1

Complementary Color

#aeaae1 #dde1aa

#aeaae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaae1 Color CSS Codes

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

#aeaae1 Text Font Color

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

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


#aeaae1 Background Color

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

This div background color is #aeaae1


#aeaae1 Border Color

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

This div border color is #aeaae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaae1

#aeaae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.