Color Hex Logo

#aea6bd Color Hex

#AEA6BD
(174,166,189)
0 Favorites   0 Comments

Color spaces of #aea6bd

RGB 174166189
HSL0.720.150.70
HSV261°12°74°
CMYK 0.080.120.00   0.26
XYZ40.277139.945253.7315
Yxy39.94520.30070.2982
Hunter Lab63.20223.1495-6.1640
CIE-Lab69.43057.3228-10.7531

#aea6bd color RGB value is (174,166,189).

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

The process color (four color CMYK) of #aea6bd color hex is 0.08, 0.12, 0.00, 0.26. Web safe color of #aea6bd is #9999cc. Color #aea6bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10111101
Octal 256 246 275
Decimal 174 166 189
Hex AE A6 BD

RGB Percentages of Color #aea6bd

%32.89
%31.38
%35.73

CMYK Percentages of Color #aea6bd

%8
%12
%0
%26

Triadic Colors of #aea6bd

#aea6bd #bdaea6 #a6bdae

Analogous Colors of #aea6bd

#aea6bd #baa6bd #a6aabd

Monochromatic Colors of #aea6bd

#aea6bd

Complementary Color

#aea6bd #b5bda6

#aea6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6bd Color CSS Codes

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

#aea6bd Text Font Color

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

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


#aea6bd Background Color

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

This div background color is #aea6bd


#aea6bd Border Color

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

This div border color is #aea6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6bd


Comments

No comments written yet.

Please login to write comment.