Color Hex Logo

#aea6bb Color Hex

#AEA6BB
(174,166,187)
0 Favorites   0 Comments

Color spaces of #aea6bb

RGB 174166187
HSL0.730.130.69
HSV263°11°73°
CMYK 0.070.110.00   0.27
XYZ40.061439.859052.5958
Yxy39.85900.30230.3008
Hunter Lab63.13402.7819-5.1997
CIE-Lab69.36906.9162-9.7376

#aea6bb color RGB value is (174,166,187).

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

The process color (four color CMYK) of #aea6bb color hex is 0.07, 0.11, 0.00, 0.27. Web safe color of #aea6bb is #9999cc. Color #aea6bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10111011
Octal 256 246 273
Decimal 174 166 187
Hex AE A6 BB

RGB Percentages of Color #aea6bb

%33.02
%31.50
%35.48

CMYK Percentages of Color #aea6bb

%7
%11
%0
%27

Triadic Colors of #aea6bb

#aea6bb #bbaea6 #a6bbae

Analogous Colors of #aea6bb

#aea6bb #b9a6bb #a6a9bb

Monochromatic Colors of #aea6bb

#aea6bb

Complementary Color

#aea6bb #b3bba6

#aea6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea6bb Color CSS Codes

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

#aea6bb Text Font Color

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

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


#aea6bb Background Color

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

This div background color is #aea6bb


#aea6bb Border Color

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

This div border color is #aea6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea6bb


Comments

No comments written yet.

Please login to write comment.