Color Hex Logo

#aea82f Color Hex

#AEA82F
(174,168,47)
0 Favorites   0 Comments

Color spaces of #aea82f

RGB 17416847
HSL0.160.570.43
HSV57°73°68°
CMYK 0.000.030.73   0.32
XYZ31.971337.20928.1863
Yxy37.20920.41320.4809
Hunter Lab60.9993-13.192534.7426
CIE-Lab67.4337-11.896559.4389

#aea82f color RGB value is (174,168,47).

#aea82f hex color red value is 174, green value is 168 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aea82f hue: 0.16 , saturation: 0.57 and the lightness value of aea82f is 0.43.

The process color (four color CMYK) of #aea82f color hex is 0.00, 0.03, 0.73, 0.32. Web safe color of #aea82f is #999933. Color #aea82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00101111
Octal 256 250 57
Decimal 174 168 47
Hex AE A8 2F

RGB Percentages of Color #aea82f

%44.73
%43.19
%12.08

CMYK Percentages of Color #aea82f

%0
%3
%73
%32

Triadic Colors of #aea82f

#aea82f #2faea8 #a82fae

Analogous Colors of #aea82f

#aea82f #75ae2f #ae692f

Monochromatic Colors of #aea82f

#aea82f

Complementary Color

#aea82f #2f35ae

#aea82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea82f Color CSS Codes

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

#aea82f Text Font Color

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

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


#aea82f Background Color

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

This div background color is #aea82f


#aea82f Border Color

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

This div border color is #aea82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea82f


Comments

No comments written yet.

Please login to write comment.