Color Hex Logo

#aeaada Color Hex

#AEAADA
(174,170,218)
0 Favorites   0 Comments

Color spaces of #aeaada

RGB 174170218
HSL0.680.390.76
HSV245°22°85°
CMYK 0.200.220.00   0.15
XYZ44.485242.810172.2482
Yxy42.81010.27880.2683
Hunter Lab65.42946.8599-19.6683
CIE-Lab71.425911.3704-23.7082

#aeaada color RGB value is (174,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11011010
Octal 256 252 332
Decimal 174 170 218
Hex AE AA DA

RGB Percentages of Color #aeaada

%30.96
%30.25
%38.79

CMYK Percentages of Color #aeaada

%20
%22
%0
%15

Triadic Colors of #aeaada

#aeaada #daaeaa #aadaae

Analogous Colors of #aeaada

#aeaada #c6aada #aabeda

Monochromatic Colors of #aeaada

#aeaada

Complementary Color

#aeaada #d6daaa

#aeaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaada Color CSS Codes

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

#aeaada Text Font Color

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

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


#aeaada Background Color

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

This div background color is #aeaada


#aeaada Border Color

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

This div border color is #aeaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaada


Comments

No comments written yet.

Please login to write comment.