Color Hex Logo

#aea83c Color Hex

#AEA83C
(174,168,60)
0 Favorites   0 Comments

Color spaces of #aea83c

RGB 17416860
HSL0.160.490.46
HSV57°66°68°
CMYK 0.000.030.66   0.32
XYZ32.273837.33029.7794
Yxy37.33020.40660.4703
Hunter Lab61.0984-12.633933.2790
CIE-Lab67.5240-11.192754.4401

#aea83c color RGB value is (174,168,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00111100
Octal 256 250 74
Decimal 174 168 60
Hex AE A8 3C

RGB Percentages of Color #aea83c

%43.28
%41.79
%14.93

CMYK Percentages of Color #aea83c

%0
%3
%66
%32

Triadic Colors of #aea83c

#aea83c #3caea8 #a83cae

Analogous Colors of #aea83c

#aea83c #7bae3c #ae6f3c

Monochromatic Colors of #aea83c

#aea83c

Complementary Color

#aea83c #3c42ae

#aea83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea83c Color CSS Codes

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

#aea83c Text Font Color

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

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


#aea83c Background Color

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

This div background color is #aea83c


#aea83c Border Color

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

This div border color is #aea83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea83c


Comments

No comments written yet.

Please login to write comment.