Color Hex Logo

#aea820 Color Hex

#AEA820
(174,168,32)
0 Favorites   0 Comments

Color spaces of #aea820

RGB 17416832
HSL0.160.690.40
HSV57°82°68°
CMYK 0.000.030.82   0.32
XYZ31.718937.10826.8573
Yxy37.10820.41910.4903
Hunter Lab60.9165-13.659935.9673
CIE-Lab67.3581-12.488364.1488

#aea820 color RGB value is (174,168,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00100000
Octal 256 250 40
Decimal 174 168 32
Hex AE A8 20

RGB Percentages of Color #aea820

%46.52
%44.92
%8.56

CMYK Percentages of Color #aea820

%0
%3
%82
%32

Triadic Colors of #aea820

#aea820 #20aea8 #a820ae

Analogous Colors of #aea820

#aea820 #6dae20 #ae6120

Monochromatic Colors of #aea820

#aea820

Complementary Color

#aea820 #2026ae

#aea820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea820 Color CSS Codes

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

#aea820 Text Font Color

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

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


#aea820 Background Color

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

This div background color is #aea820


#aea820 Border Color

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

This div border color is #aea820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea820


Comments

No comments written yet.

Please login to write comment.