Color Hex Logo

#aea6d1 Color Hex

#AEA6D1
(174,166,209)
0 Favorites   0 Comments

Color spaces of #aea6d1

RGB 174166209
HSL0.700.320.74
HSV251°21°82°
CMYK 0.170.210.00   0.18
XYZ42.600440.874665.9659
Yxy40.87460.28510.2735
Hunter Lab63.93327.0561-16.4218
CIE-Lab70.088011.5753-20.8047

#aea6d1 color RGB value is (174,166,209).

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

The process color (four color CMYK) of #aea6d1 color hex is 0.17, 0.21, 0.00, 0.18. Web safe color of #aea6d1 is #9999cc. Color #aea6d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 11010001
Octal 256 246 321
Decimal 174 166 209
Hex AE A6 D1

RGB Percentages of Color #aea6d1

%31.69
%30.24
%38.07

CMYK Percentages of Color #aea6d1

%17
%21
%0
%18

Triadic Colors of #aea6d1

#aea6d1 #d1aea6 #a6d1ae

Analogous Colors of #aea6d1

#aea6d1 #c4a6d1 #a6b4d1

Monochromatic Colors of #aea6d1

#aea6d1

Complementary Color

#aea6d1 #c9d1a6

#aea6d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6d1 Color CSS Codes

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

#aea6d1 Text Font Color

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

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


#aea6d1 Background Color

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

This div background color is #aea6d1


#aea6d1 Border Color

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

This div border color is #aea6d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6d1


Comments

No comments written yet.

Please login to write comment.