Color Hex Logo

#aea9be Color Hex

#AEA9BE
(174,169,190)
0 Favorites   0 Comments

Color spaces of #aea9be

RGB 174169190
HSL0.710.140.70
HSV254°11°75°
CMYK 0.080.110.00   0.25
XYZ40.937841.092354.4892
Yxy41.09230.29990.3010
Hunter Lab64.10331.8134-5.5255
CIE-Lab70.24055.8736-10.0959

#aea9be color RGB value is (174,169,190).

#aea9be hex color red value is 174, green value is 169 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aea9be hue: 0.71 , saturation: 0.14 and the lightness value of aea9be is 0.70.

The process color (four color CMYK) of #aea9be color hex is 0.08, 0.11, 0.00, 0.25. Web safe color of #aea9be is #9999cc. Color #aea9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 10111110
Octal 256 251 276
Decimal 174 169 190
Hex AE A9 BE

RGB Percentages of Color #aea9be

%32.65
%31.71
%35.65

CMYK Percentages of Color #aea9be

%8
%11
%0
%25

Triadic Colors of #aea9be

#aea9be #beaea9 #a9beae

Analogous Colors of #aea9be

#aea9be #b9a9be #a9afbe

Monochromatic Colors of #aea9be

#aea9be

Complementary Color

#aea9be #b9bea9

#aea9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea9be Color CSS Codes

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

#aea9be Text Font Color

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

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


#aea9be Background Color

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

This div background color is #aea9be


#aea9be Border Color

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

This div border color is #aea9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea9be


Comments

No comments written yet.

Please login to write comment.