Color Hex Logo

#aeafa0 Color Hex

#AEAFA0
(174,175,160)
0 Favorites   0 Comments

Color spaces of #aeafa0

RGB 174175160
HSL0.180.090.66
HSV64°69°
CMYK 0.010.000.09   0.31
XYZ39.130742.196739.3401
Yxy42.19670.32430.3497
Hunter Lab64.9590-6.15159.5644
CIE-Lab71.0063-3.06717.5633

#aeafa0 color RGB value is (174,175,160).

#aeafa0 hex color red value is 174, green value is 175 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #aeafa0 hue: 0.18 , saturation: 0.09 and the lightness value of aeafa0 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10100000
Octal 256 257 240
Decimal 174 175 160
Hex AE AF A0

RGB Percentages of Color #aeafa0

%34.18
%34.38
%31.43

CMYK Percentages of Color #aeafa0

%1
%0
%9
%31

Triadic Colors of #aeafa0

#aeafa0 #a0aeaf #afa0ae

Analogous Colors of #aeafa0

#aeafa0 #a7afa0 #afa9a0

Monochromatic Colors of #aeafa0

#aeafa0

Complementary Color

#aeafa0 #a1a0af

#aeafa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeafa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeafa0 Color CSS Codes

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

#aeafa0 Text Font Color

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

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


#aeafa0 Background Color

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

This div background color is #aeafa0


#aeafa0 Border Color

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

This div border color is #aeafa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeafa0


Comments

No comments written yet.

Please login to write comment.