Color Hex Logo

#aeaade Color Hex

#AEAADE
(174,170,222)
0 Favorites   0 Comments

Color spaces of #aeaade

RGB 174170222
HSL0.680.440.77
HSV245°23°87°
CMYK 0.220.230.00   0.13
XYZ45.015143.022075.0388
Yxy43.02200.27600.2638
Hunter Lab65.59127.7197-21.9162
CIE-Lab71.569912.2850-25.6776

#aeaade color RGB value is (174,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11011110
Octal 256 252 336
Decimal 174 170 222
Hex AE AA DE

RGB Percentages of Color #aeaade

%30.74
%30.04
%39.22

CMYK Percentages of Color #aeaade

%22
%23
%0
%13

Triadic Colors of #aeaade

#aeaade #deaeaa #aadeae

Analogous Colors of #aeaade

#aeaade #c8aade #aac0de

Monochromatic Colors of #aeaade

#aeaade

Complementary Color

#aeaade #dadeaa

#aeaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaade Color CSS Codes

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

#aeaade Text Font Color

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

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


#aeaade Background Color

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

This div background color is #aeaade


#aeaade Border Color

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

This div border color is #aeaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaade


Comments

No comments written yet.

Please login to write comment.