Color Hex Logo

#aead6f Color Hex

#AEAD6F
(174,173,111)
0 Favorites   0 Comments

Color spaces of #aead6f

RGB 174173111
HSL0.160.280.56
HSV59°36°68°
CMYK 0.000.010.36   0.32
XYZ35.268440.033520.9073
Yxy40.03350.36660.4161
Hunter Lab63.2720-11.228524.6989
CIE-Lab69.4934-9.209932.0192

#aead6f color RGB value is (174,173,111).

#aead6f hex color red value is 174, green value is 173 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aead6f hue: 0.16 , saturation: 0.28 and the lightness value of aead6f is 0.56.

The process color (four color CMYK) of #aead6f color hex is 0.00, 0.01, 0.36, 0.32. Web safe color of #aead6f is #999966. Color #aead6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01101111
Octal 256 255 157
Decimal 174 173 111
Hex AE AD 6F

RGB Percentages of Color #aead6f

%37.99
%37.77
%24.24

CMYK Percentages of Color #aead6f

%0
%1
%36
%32

Triadic Colors of #aead6f

#aead6f #6faead #ad6fae

Analogous Colors of #aead6f

#aead6f #90ae6f #ae8e6f

Monochromatic Colors of #aead6f

#aead6f

Complementary Color

#aead6f #6f70ae

#aead6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead6f Color CSS Codes

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

#aead6f Text Font Color

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

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


#aead6f Background Color

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

This div background color is #aead6f


#aead6f Border Color

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

This div border color is #aead6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead6f


Comments

No comments written yet.

Please login to write comment.