Color Hex Logo

#aeaadc Color Hex

#AEAADC
(174,170,220)
0 Favorites   0 Comments

Color spaces of #aeaadc

RGB 174170220
HSL0.680.420.76
HSV245°23°86°
CMYK 0.210.230.00   0.14
XYZ44.748642.915473.6351
Yxy42.91540.27740.2661
Hunter Lab65.50987.2879-20.7869
CIE-Lab71.497511.8264-24.6939

#aeaadc color RGB value is (174,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11011100
Octal 256 252 334
Decimal 174 170 220
Hex AE AA DC

RGB Percentages of Color #aeaadc

%30.85
%30.14
%39.01

CMYK Percentages of Color #aeaadc

%21
%23
%0
%14

Triadic Colors of #aeaadc

#aeaadc #dcaeaa #aadcae

Analogous Colors of #aeaadc

#aeaadc #c7aadc #aabfdc

Monochromatic Colors of #aeaadc

#aeaadc

Complementary Color

#aeaadc #d8dcaa

#aeaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaadc Color CSS Codes

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

#aeaadc Text Font Color

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

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


#aeaadc Background Color

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

This div background color is #aeaadc


#aeaadc Border Color

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

This div border color is #aeaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaadc


Comments

No comments written yet.

Please login to write comment.