Color Hex Logo

#aead4f Color Hex

#AEAD4F
(174,173,79)
0 Favorites   0 Comments

Color spaces of #aead4f

RGB 17417379
HSL0.160.380.50
HSV59°55°68°
CMYK 0.000.010.55   0.32
XYZ33.810439.450313.2298
Yxy39.45030.39090.4561
Hunter Lab62.8095-13.829931.4782
CIE-Lab69.0762-12.432747.6240

#aead4f color RGB value is (174,173,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 01001111
Octal 256 255 117
Decimal 174 173 79
Hex AE AD 4F

RGB Percentages of Color #aead4f

%40.85
%40.61
%18.54

CMYK Percentages of Color #aead4f

%0
%1
%55
%32

Triadic Colors of #aead4f

#aead4f #4faead #ad4fae

Analogous Colors of #aead4f

#aead4f #80ae4f #ae7e4f

Monochromatic Colors of #aead4f

#aead4f

Complementary Color

#aead4f #4f50ae

#aead4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead4f Color CSS Codes

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

#aead4f Text Font Color

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

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


#aead4f Background Color

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

This div background color is #aead4f


#aead4f Border Color

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

This div border color is #aead4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead4f


Comments

No comments written yet.

Please login to write comment.