Color Hex Logo

#aea9ae Color Hex

#AEA9AE
(174,169,174)
0 Favorites   0 Comments

Color spaces of #aea9ae

RGB 174169174
HSL0.830.030.67
HSV300°68°
CMYK 0.000.030.00   0.32
XYZ39.283540.430645.7778
Yxy40.43060.31300.3222
Hunter Lab63.5851-0.99471.8240
CIE-Lab69.77512.7233-1.9405

#aea9ae color RGB value is (174,169,174).

#aea9ae hex color red value is 174, green value is 169 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aea9ae hue: 0.83 , saturation: 0.03 and the lightness value of aea9ae is 0.67.

The process color (four color CMYK) of #aea9ae color hex is 0.00, 0.03, 0.00, 0.32. Web safe color of #aea9ae is #999999. Color #aea9ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 10101110
Octal 256 251 256
Decimal 174 169 174
Hex AE A9 AE

RGB Percentages of Color #aea9ae

%33.66
%32.69
%33.66

CMYK Percentages of Color #aea9ae

%0
%3
%0
%32

Triadic Colors of #aea9ae

#aea9ae #aeaea9 #a9aeae

Analogous Colors of #aea9ae

#aea9ae #aea9ac #aca9ae

Monochromatic Colors of #aea9ae

#aea9ae

Complementary Color

#aea9ae #a9aea9

#aea9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea9ae Color CSS Codes

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

#aea9ae Text Font Color

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

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


#aea9ae Background Color

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

This div background color is #aea9ae


#aea9ae Border Color

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

This div border color is #aea9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea9ae


Comments

No comments written yet.

Please login to write comment.