Color Hex Logo

#aead3f Color Hex

#AEAD3F
(174,173,63)
0 Favorites   0 Comments

Color spaces of #aead3f

RGB 17417363
HSL0.170.470.46
HSV59°64°68°
CMYK 0.000.010.64   0.32
XYZ33.296339.244710.5227
Yxy39.24470.40090.4725
Hunter Lab62.6456-14.756633.8929
CIE-Lab68.9281-13.599354.6469

#aead3f color RGB value is (174,173,63).

#aead3f hex color red value is 174, green value is 173 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aead3f hue: 0.17 , saturation: 0.47 and the lightness value of aead3f is 0.46.

The process color (four color CMYK) of #aead3f color hex is 0.00, 0.01, 0.64, 0.32. Web safe color of #aead3f is #999933. Color #aead3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 00111111
Octal 256 255 77
Decimal 174 173 63
Hex AE AD 3F

RGB Percentages of Color #aead3f

%42.44
%42.20
%15.37

CMYK Percentages of Color #aead3f

%0
%1
%64
%32

Triadic Colors of #aead3f

#aead3f #3faead #ad3fae

Analogous Colors of #aead3f

#aead3f #78ae3f #ae763f

Monochromatic Colors of #aead3f

#aead3f

Complementary Color

#aead3f #3f40ae

#aead3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aead3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aead3f Color CSS Codes

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

#aead3f Text Font Color

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

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


#aead3f Background Color

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

This div background color is #aead3f


#aead3f Border Color

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

This div border color is #aead3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aead3f


Comments

No comments written yet.

Please login to write comment.