Color Hex Logo

#aeaad6 Color Hex

#AEAAD6
(174,170,214)
0 Favorites   0 Comments

Color spaces of #aeaad6

RGB 174170214
HSL0.680.350.75
HSV245°21°84°
CMYK 0.190.210.00   0.16
XYZ43.967942.603269.5242
Yxy42.60320.28170.2729
Hunter Lab65.27116.0166-17.4636
CIE-Lab71.284810.4678-21.7309

#aeaad6 color RGB value is (174,170,214).

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

The process color (four color CMYK) of #aeaad6 color hex is 0.19, 0.21, 0.00, 0.16. Web safe color of #aeaad6 is #9999cc. Color #aeaad6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11010110
Octal 256 252 326
Decimal 174 170 214
Hex AE AA D6

RGB Percentages of Color #aeaad6

%31.18
%30.47
%38.35

CMYK Percentages of Color #aeaad6

%19
%21
%0
%16

Triadic Colors of #aeaad6

#aeaad6 #d6aeaa #aad6ae

Analogous Colors of #aeaad6

#aeaad6 #c4aad6 #aabcd6

Monochromatic Colors of #aeaad6

#aeaad6

Complementary Color

#aeaad6 #d2d6aa

#aeaad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaad6 Color CSS Codes

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

#aeaad6 Text Font Color

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

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


#aeaad6 Background Color

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

This div background color is #aeaad6


#aeaad6 Border Color

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

This div border color is #aeaad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaad6


Comments

No comments written yet.

Please login to write comment.