Color Hex Logo

#aeaede Color Hex

#AEAEDE
(174,174,222)
0 Favorites   0 Comments

Color spaces of #aeaede

RGB 174174222
HSL0.670.420.78
HSV240°22°87°
CMYK 0.220.220.00   0.13
XYZ45.776444.544775.2926
Yxy44.54470.27640.2690
Hunter Lab66.74185.6301-20.1668
CIE-Lab72.591110.0682-24.1159

#aeaede color RGB value is (174,174,222).

#aeaede hex color red value is 174, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aeaede hue: 0.67 , saturation: 0.42 and the lightness value of aeaede is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11011110
Octal 256 256 336
Decimal 174 174 222
Hex AE AE DE

RGB Percentages of Color #aeaede

%30.53
%30.53
%38.95

CMYK Percentages of Color #aeaede

%22
%22
%0
%13

Triadic Colors of #aeaede

#aeaede #deaeae #aedeae

Analogous Colors of #aeaede

#aeaede #c6aede #aec6de

Monochromatic Colors of #aeaede

#aeaede

Complementary Color

#aeaede #dedeae

#aeaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaede Color CSS Codes

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

#aeaede Text Font Color

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

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


#aeaede Background Color

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

This div background color is #aeaede


#aeaede Border Color

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

This div border color is #aeaede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,174,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 #aeaede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaede

#aeaede Color Palettes


Comments

No comments written yet.

Please login to write comment.