Color Hex Logo

#aea42e Color Hex

#AEA42E
(174,164,46)
0 Favorites   0 Comments

Color spaces of #aea42e

RGB 17416446
HSL0.150.580.43
HSV55°74°68°
CMYK 0.000.060.74   0.32
XYZ31.224235.74687.8389
Yxy35.74680.41740.4778
Hunter Lab59.7886-11.409734.0785
CIE-Lab66.3260-9.852058.7404

#aea42e color RGB value is (174,164,46).

#aea42e hex color red value is 174, green value is 164 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aea42e hue: 0.15 , saturation: 0.58 and the lightness value of aea42e is 0.43.

The process color (four color CMYK) of #aea42e color hex is 0.00, 0.06, 0.74, 0.32. Web safe color of #aea42e is #999933. Color #aea42e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 00101110
Octal 256 244 56
Decimal 174 164 46
Hex AE A4 2E

RGB Percentages of Color #aea42e

%45.31
%42.71
%11.98

CMYK Percentages of Color #aea42e

%0
%6
%74
%32

Triadic Colors of #aea42e

#aea42e #2eaea4 #a42eae

Analogous Colors of #aea42e

#aea42e #78ae2e #ae642e

Monochromatic Colors of #aea42e

#aea42e

Complementary Color

#aea42e #2e38ae

#aea42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea42e Color CSS Codes

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

#aea42e Text Font Color

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

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


#aea42e Background Color

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

This div background color is #aea42e


#aea42e Border Color

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

This div border color is #aea42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea42e


Comments

No comments written yet.

Please login to write comment.