Color Hex Logo

#aea6ce Color Hex

#AEA6CE
(174,166,206)
0 Favorites   0 Comments

Color spaces of #aea6ce

RGB 174166206
HSL0.700.290.73
HSV252°19°81°
CMYK 0.160.190.00   0.19
XYZ42.232440.727364.0278
Yxy40.72730.28730.2771
Hunter Lab63.81796.4434-14.8124
CIE-Lab69.984410.9166-19.3094

#aea6ce color RGB value is (174,166,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 11001110
Octal 256 246 316
Decimal 174 166 206
Hex AE A6 CE

RGB Percentages of Color #aea6ce

%31.87
%30.40
%37.73

CMYK Percentages of Color #aea6ce

%16
%19
%0
%19

Triadic Colors of #aea6ce

#aea6ce #ceaea6 #a6ceae

Analogous Colors of #aea6ce

#aea6ce #c2a6ce #a6b2ce

Monochromatic Colors of #aea6ce

#aea6ce

Complementary Color

#aea6ce #c6cea6

#aea6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6ce Color CSS Codes

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

#aea6ce Text Font Color

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

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


#aea6ce Background Color

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

This div background color is #aea6ce


#aea6ce Border Color

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

This div border color is #aea6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6ce


Comments

No comments written yet.

Please login to write comment.