Color Hex Logo

#aeaf8f Color Hex

#AEAF8F
(174,175,143)
0 Favorites   0 Comments

Color spaces of #aeaf8f

RGB 174175143
HSL0.170.170.62
HSV62°18°69°
CMYK 0.010.000.18   0.31
XYZ37.743541.641832.0350
Yxy41.64180.33870.3737
Hunter Lab64.5305-8.524715.7379
CIE-Lab70.6233-5.864316.3300

#aeaf8f color RGB value is (174,175,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 10001111
Octal 256 257 217
Decimal 174 175 143
Hex AE AF 8F

RGB Percentages of Color #aeaf8f

%35.37
%35.57
%29.07

CMYK Percentages of Color #aeaf8f

%1
%0
%18
%31

Triadic Colors of #aeaf8f

#aeaf8f #8faeaf #af8fae

Analogous Colors of #aeaf8f

#aeaf8f #9eaf8f #afa08f

Monochromatic Colors of #aeaf8f

#aeaf8f

Complementary Color

#aeaf8f #908faf

#aeaf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf8f Color CSS Codes

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

#aeaf8f Text Font Color

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

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


#aeaf8f Background Color

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

This div background color is #aeaf8f


#aeaf8f Border Color

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

This div border color is #aeaf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf8f

#aeaf8f Color Palettes


Comments

No comments written yet.

Please login to write comment.