Color Hex Logo

#aeaeda Color Hex

#AEAEDA
(174,174,218)
0 Favorites   0 Comments

Color spaces of #aeaeda

RGB 174174218
HSL0.670.370.77
HSV240°20°85°
CMYK 0.200.200.00   0.15
XYZ45.246544.332772.5020
Yxy44.33270.27920.2735
Hunter Lab66.58284.7802-17.9529
CIE-Lab72.45039.1568-22.1460

#aeaeda color RGB value is (174,174,218).

#aeaeda hex color red value is 174, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aeaeda hue: 0.67 , saturation: 0.37 and the lightness value of aeaeda is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11011010
Octal 256 256 332
Decimal 174 174 218
Hex AE AE DA

RGB Percentages of Color #aeaeda

%30.74
%30.74
%38.52

CMYK Percentages of Color #aeaeda

%20
%20
%0
%15

Triadic Colors of #aeaeda

#aeaeda #daaeae #aedaae

Analogous Colors of #aeaeda

#aeaeda #c4aeda #aec4da

Monochromatic Colors of #aeaeda

#aeaeda

Complementary Color

#aeaeda #dadaae

#aeaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeda Color CSS Codes

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

#aeaeda Text Font Color

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

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


#aeaeda Background Color

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

This div background color is #aeaeda


#aeaeda Border Color

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

This div border color is #aeaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeda


Comments

No comments written yet.

Please login to write comment.