Color Hex Logo

#aea1cd Color Hex

#AEA1CD
(174,161,205)
0 Favorites   0 Comments

Color spaces of #aea1cd

RGB 174161205
HSL0.720.310.72
HSV258°21°80°
CMYK 0.150.210.00   0.20
XYZ41.219938.896263.0928
Yxy38.89620.28780.2716
Hunter Lab62.36688.8335-16.3234
CIE-Lab68.676013.4826-20.7456

#aea1cd color RGB value is (174,161,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 11001101
Octal 256 241 315
Decimal 174 161 205
Hex AE A1 CD

RGB Percentages of Color #aea1cd

%32.22
%29.81
%37.96

CMYK Percentages of Color #aea1cd

%15
%21
%0
%20

Triadic Colors of #aea1cd

#aea1cd #cdaea1 #a1cdae

Analogous Colors of #aea1cd

#aea1cd #c4a1cd #a1aacd

Monochromatic Colors of #aea1cd

#aea1cd

Complementary Color

#aea1cd #c0cda1

#aea1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea1cd Color CSS Codes

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

#aea1cd Text Font Color

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

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


#aea1cd Background Color

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

This div background color is #aea1cd


#aea1cd Border Color

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

This div border color is #aea1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea1cd


Comments

No comments written yet.

Please login to write comment.