Color Hex Logo

#aeaf9a Color Hex

#AEAF9A
(174,175,154)
0 Favorites   0 Comments

Color spaces of #aeaf9a

RGB 174175154
HSL0.170.120.65
HSV63°12°69°
CMYK 0.010.000.12   0.31
XYZ38.618341.991736.6417
Yxy41.99170.32940.3581
Hunter Lab64.8010-7.024311.8352
CIE-Lab70.8652-4.089510.6543

#aeaf9a color RGB value is (174,175,154).

#aeaf9a hex color red value is 174, green value is 175 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aeaf9a hue: 0.17 , saturation: 0.12 and the lightness value of aeaf9a is 0.65.

The process color (four color CMYK) of #aeaf9a color hex is 0.01, 0.00, 0.12, 0.31. Web safe color of #aeaf9a is #999999. Color #aeaf9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10011010
Octal 256 257 232
Decimal 174 175 154
Hex AE AF 9A

RGB Percentages of Color #aeaf9a

%34.59
%34.79
%30.62

CMYK Percentages of Color #aeaf9a

%1
%0
%12
%31

Triadic Colors of #aeaf9a

#aeaf9a #9aaeaf #af9aae

Analogous Colors of #aeaf9a

#aeaf9a #a4af9a #afa69a

Monochromatic Colors of #aeaf9a

#aeaf9a

Complementary Color

#aeaf9a #9b9aaf

#aeaf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf9a Color CSS Codes

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

#aeaf9a Text Font Color

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

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


#aeaf9a Background Color

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

This div background color is #aeaf9a


#aeaf9a Border Color

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

This div border color is #aeaf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf9a


Comments

No comments written yet.

Please login to write comment.