Color Hex Logo

#aeaad4 Color Hex

#AEAAD4
(174,170,212)
0 Favorites   0 Comments

Color spaces of #aeaad4

RGB 174170212
HSL0.680.330.75
HSV246°20°83°
CMYK 0.180.200.00   0.17
XYZ43.713942.501668.1870
Yxy42.50160.28310.2753
Hunter Lab65.19335.6011-16.3774
CIE-Lab71.215410.0210-20.7394

#aeaad4 color RGB value is (174,170,212).

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

The process color (four color CMYK) of #aeaad4 color hex is 0.18, 0.20, 0.00, 0.17. Web safe color of #aeaad4 is #9999cc. Color #aeaad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11010100
Octal 256 252 324
Decimal 174 170 212
Hex AE AA D4

RGB Percentages of Color #aeaad4

%31.29
%30.58
%38.13

CMYK Percentages of Color #aeaad4

%18
%20
%0
%17

Triadic Colors of #aeaad4

#aeaad4 #d4aeaa #aad4ae

Analogous Colors of #aeaad4

#aeaad4 #c3aad4 #aabbd4

Monochromatic Colors of #aeaad4

#aeaad4

Complementary Color

#aeaad4 #d0d4aa

#aeaad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaad4 Color CSS Codes

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

#aeaad4 Text Font Color

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

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


#aeaad4 Background Color

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

This div background color is #aeaad4


#aeaad4 Border Color

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

This div border color is #aeaad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaad4


Comments

No comments written yet.

Please login to write comment.