Color Hex Logo

#aeaddc Color Hex

#AEADDC
(174,173,220)
0 Favorites   0 Comments

Color spaces of #aeaddc

RGB 174173220
HSL0.670.400.77
HSV241°21°86°
CMYK 0.210.210.00   0.14
XYZ45.317444.053173.8248
Yxy44.05310.27770.2699
Hunter Lab66.37255.7232-19.4863
CIE-Lab72.264010.1638-23.5230

#aeaddc color RGB value is (174,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11011100
Octal 256 255 334
Decimal 174 173 220
Hex AE AD DC

RGB Percentages of Color #aeaddc

%30.69
%30.51
%38.80

CMYK Percentages of Color #aeaddc

%21
%21
%0
%14

Triadic Colors of #aeaddc

#aeaddc #dcaead #addcae

Analogous Colors of #aeaddc

#aeaddc #c6addc #adc4dc

Monochromatic Colors of #aeaddc

#aeaddc

Complementary Color

#aeaddc #dbdcad

#aeaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaddc Color CSS Codes

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

#aeaddc Text Font Color

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

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


#aeaddc Background Color

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

This div background color is #aeaddc


#aeaddc Border Color

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

This div border color is #aeaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaddc


Comments

No comments written yet.

Please login to write comment.