Color Hex Logo

#aea8cc Color Hex

#AEA8CC
(174,168,204)
0 Favorites   0 Comments

Color spaces of #aea8cc

RGB 174168204
HSL0.690.260.73
HSV250°18°80°
CMYK 0.150.180.00   0.20
XYZ42.357341.363662.8782
Yxy41.36360.28890.2822
Hunter Lab64.31455.0089-12.9457
CIE-Lab70.42999.3722-17.5324

#aea8cc color RGB value is (174,168,204).

#aea8cc hex color red value is 174, green value is 168 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aea8cc hue: 0.69 , saturation: 0.26 and the lightness value of aea8cc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 11001100
Octal 256 250 314
Decimal 174 168 204
Hex AE A8 CC

RGB Percentages of Color #aea8cc

%31.87
%30.77
%37.36

CMYK Percentages of Color #aea8cc

%15
%18
%0
%20

Triadic Colors of #aea8cc

#aea8cc #ccaea8 #a8ccae

Analogous Colors of #aea8cc

#aea8cc #c0a8cc #a8b4cc

Monochromatic Colors of #aea8cc

#aea8cc

Complementary Color

#aea8cc #c6cca8

#aea8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea8cc Color CSS Codes

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

#aea8cc Text Font Color

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

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


#aea8cc Background Color

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

This div background color is #aea8cc


#aea8cc Border Color

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

This div border color is #aea8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea8cc


Comments

No comments written yet.

Please login to write comment.