Color Hex Logo

#aea0ce Color Hex

#AEA0CE
(174,160,206)
0 Favorites   0 Comments

Color spaces of #aea0ce

RGB 174160206
HSL0.720.320.72
HSV258°22°81°
CMYK 0.160.220.00   0.19
XYZ41.166938.596563.6727
Yxy38.59650.28700.2691
Hunter Lab62.12619.5597-17.2778
CIE-Lab68.458014.2602-21.6309

#aea0ce color RGB value is (174,160,206).

#aea0ce hex color red value is 174, green value is 160 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aea0ce hue: 0.72 , saturation: 0.32 and the lightness value of aea0ce is 0.72.

The process color (four color CMYK) of #aea0ce color hex is 0.16, 0.22, 0.00, 0.19. Web safe color of #aea0ce is #9999cc. Color #aea0ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 11001110
Octal 256 240 316
Decimal 174 160 206
Hex AE A0 CE

RGB Percentages of Color #aea0ce

%32.22
%29.63
%38.15

CMYK Percentages of Color #aea0ce

%16
%22
%0
%19

Triadic Colors of #aea0ce

#aea0ce #ceaea0 #a0ceae

Analogous Colors of #aea0ce

#aea0ce #c5a0ce #a0a9ce

Monochromatic Colors of #aea0ce

#aea0ce

Complementary Color

#aea0ce #c0cea0

#aea0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea0ce Color CSS Codes

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

#aea0ce Text Font Color

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

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


#aea0ce Background Color

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

This div background color is #aea0ce


#aea0ce Border Color

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

This div border color is #aea0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea0ce


Comments

No comments written yet.

Please login to write comment.