Color Hex Logo

#aea6dc Color Hex

#AEA6DC
(174,166,220)
0 Favorites   0 Comments

Color spaces of #aea6dc

RGB 174166220
HSL0.690.440.76
HSV249°25°86°
CMYK 0.210.250.00   0.14
XYZ44.010041.438473.3890
Yxy41.43840.27710.2609
Hunter Lab64.37279.3839-22.5336
CIE-Lab70.482014.0517-26.2490

#aea6dc color RGB value is (174,166,220).

#aea6dc hex color red value is 174, green value is 166 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aea6dc hue: 0.69 , saturation: 0.44 and the lightness value of aea6dc is 0.76.

The process color (four color CMYK) of #aea6dc color hex is 0.21, 0.25, 0.00, 0.14. Web safe color of #aea6dc is #9999cc. Color #aea6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 11011100
Octal 256 246 334
Decimal 174 166 220
Hex AE A6 DC

RGB Percentages of Color #aea6dc

%31.07
%29.64
%39.29

CMYK Percentages of Color #aea6dc

%21
%25
%0
%14

Triadic Colors of #aea6dc

#aea6dc #dcaea6 #a6dcae

Analogous Colors of #aea6dc

#aea6dc #c9a6dc #a6b9dc

Monochromatic Colors of #aea6dc

#aea6dc

Complementary Color

#aea6dc #d4dca6

#aea6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6dc Color CSS Codes

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

#aea6dc Text Font Color

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

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


#aea6dc Background Color

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

This div background color is #aea6dc


#aea6dc Border Color

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

This div border color is #aea6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6dc


Comments

No comments written yet.

Please login to write comment.