Color Hex Logo

#aeaae4 Color Hex

#AEAAE4
(174,170,228)
0 Favorites   0 Comments

Color spaces of #aeaae4

RGB 174170228
HSL0.680.520.78
HSV244°25°89°
CMYK 0.240.250.00   0.11
XYZ45.833943.349679.3504
Yxy43.34960.27200.2572
Hunter Lab65.84049.0396-25.3676
CIE-Lab71.791613.6782-28.6160

#aeaae4 color RGB value is (174,170,228).

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

The process color (four color CMYK) of #aeaae4 color hex is 0.24, 0.25, 0.00, 0.11. Web safe color of #aeaae4 is #9999cc. Color #aeaae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11100100
Octal 256 252 344
Decimal 174 170 228
Hex AE AA E4

RGB Percentages of Color #aeaae4

%30.42
%29.72
%39.86

CMYK Percentages of Color #aeaae4

%24
%25
%0
%11

Triadic Colors of #aeaae4

#aeaae4 #e4aeaa #aae4ae

Analogous Colors of #aeaae4

#aeaae4 #cbaae4 #aac3e4

Monochromatic Colors of #aeaae4

#aeaae4

Complementary Color

#aeaae4 #e0e4aa

#aeaae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaae4 Color CSS Codes

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

#aeaae4 Text Font Color

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

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


#aeaae4 Background Color

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

This div background color is #aeaae4


#aeaae4 Border Color

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

This div border color is #aeaae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaae4


Comments

No comments written yet.

Please login to write comment.