Color Hex Logo

#aeaadf Color Hex

#AEAADF
(174,170,223)
0 Favorites   0 Comments

Color spaces of #aeaadf

RGB 174170223
HSL0.680.450.77
HSV245°24°87°
CMYK 0.220.240.00   0.13
XYZ45.149643.075875.7469
Yxy43.07580.27530.2627
Hunter Lab65.63227.9372-22.4848
CIE-Lab71.606412.5155-26.1686

#aeaadf color RGB value is (174,170,223).

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

The process color (four color CMYK) of #aeaadf color hex is 0.22, 0.24, 0.00, 0.13. Web safe color of #aeaadf is #9999cc. Color #aeaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11011111
Octal 256 252 337
Decimal 174 170 223
Hex AE AA DF

RGB Percentages of Color #aeaadf

%30.69
%29.98
%39.33

CMYK Percentages of Color #aeaadf

%22
%24
%0
%13

Triadic Colors of #aeaadf

#aeaadf #dfaeaa #aadfae

Analogous Colors of #aeaadf

#aeaadf #c9aadf #aac1df

Monochromatic Colors of #aeaadf

#aeaadf

Complementary Color

#aeaadf #dbdfaa

#aeaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaadf Color CSS Codes

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

#aeaadf Text Font Color

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

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


#aeaadf Background Color

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

This div background color is #aeaadf


#aeaadf Border Color

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

This div border color is #aeaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaadf


Comments

No comments written yet.

Please login to write comment.