Color Hex Logo

#aeaadd Color Hex

#AEAADD
(174,170,221)
0 Favorites   0 Comments

Color spaces of #aeaadd

RGB 174170221
HSL0.680.430.77
HSV245°23°87°
CMYK 0.210.230.00   0.13
XYZ44.881442.968674.3349
Yxy42.96860.27670.2649
Hunter Lab65.55047.5030-21.3502
CIE-Lab71.533712.0550-25.1859

#aeaadd color RGB value is (174,170,221).

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

The process color (four color CMYK) of #aeaadd color hex is 0.21, 0.23, 0.00, 0.13. Web safe color of #aeaadd is #9999cc. Color #aeaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11011101
Octal 256 252 335
Decimal 174 170 221
Hex AE AA DD

RGB Percentages of Color #aeaadd

%30.80
%30.09
%39.12

CMYK Percentages of Color #aeaadd

%21
%23
%0
%13

Triadic Colors of #aeaadd

#aeaadd #ddaeaa #aaddae

Analogous Colors of #aeaadd

#aeaadd #c8aadd #aac0dd

Monochromatic Colors of #aeaadd

#aeaadd

Complementary Color

#aeaadd #d9ddaa

#aeaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaadd Color CSS Codes

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

#aeaadd Text Font Color

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

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


#aeaadd Background Color

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

This div background color is #aeaadd


#aeaadd Border Color

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

This div border color is #aeaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaadd


Comments

No comments written yet.

Please login to write comment.