Color Hex Logo

#aea6cd Color Hex

#AEA6CD
(174,166,205)
0 Favorites   0 Comments

Color spaces of #aea6cd

RGB 174166205
HSL0.700.280.73
HSV252°19°80°
CMYK 0.150.190.00   0.20
XYZ42.111240.678963.3899
Yxy40.67890.28810.2783
Hunter Lab63.78006.2409-14.2813
CIE-Lab69.950410.6981-18.8098

#aea6cd color RGB value is (174,166,205).

#aea6cd hex color red value is 174, green value is 166 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aea6cd hue: 0.70 , saturation: 0.28 and the lightness value of aea6cd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 11001101
Octal 256 246 315
Decimal 174 166 205
Hex AE A6 CD

RGB Percentages of Color #aea6cd

%31.93
%30.46
%37.61

CMYK Percentages of Color #aea6cd

%15
%19
%0
%20

Triadic Colors of #aea6cd

#aea6cd #cdaea6 #a6cdae

Analogous Colors of #aea6cd

#aea6cd #c2a6cd #a6b2cd

Monochromatic Colors of #aea6cd

#aea6cd

Complementary Color

#aea6cd #c5cda6

#aea6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6cd Color CSS Codes

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

#aea6cd Text Font Color

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

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


#aea6cd Background Color

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

This div background color is #aea6cd


#aea6cd Border Color

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

This div border color is #aea6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6cd


Comments

No comments written yet.

Please login to write comment.