Color Hex Logo

#aea3cd Color Hex

#AEA3CD
(174,163,205)
1 Favorites   0 Comments

Color spaces of #aea3cd

RGB 174163205
HSL0.710.300.72
HSV256°20°80°
CMYK 0.150.200.00   0.20
XYZ41.572239.600863.2102
Yxy39.60080.28790.2743
Hunter Lab62.92927.7944-15.5044
CIE-Lab69.184312.3671-19.9727

#aea3cd color RGB value is (174,163,205).

#aea3cd hex color red value is 174, green value is 163 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aea3cd hue: 0.71 , saturation: 0.30 and the lightness value of aea3cd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 11001101
Octal 256 243 315
Decimal 174 163 205
Hex AE A3 CD

RGB Percentages of Color #aea3cd

%32.10
%30.07
%37.82

CMYK Percentages of Color #aea3cd

%15
%20
%0
%20

Triadic Colors of #aea3cd

#aea3cd #cdaea3 #a3cdae

Analogous Colors of #aea3cd

#aea3cd #c3a3cd #a3adcd

Monochromatic Colors of #aea3cd

#aea3cd

Complementary Color

#aea3cd #c2cda3

#aea3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea3cd Color CSS Codes

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

#aea3cd Text Font Color

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

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


#aea3cd Background Color

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

This div background color is #aea3cd


#aea3cd Border Color

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

This div border color is #aea3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea3cd

#aea3cd Color Palettes


Comments

No comments written yet.

Please login to write comment.