Color Hex Logo

#aeaa2e Color Hex

#AEAA2E
(174,170,46)
0 Favorites   0 Comments

Color spaces of #aeaa2e

RGB 17417046
HSL0.160.580.43
HSV58°74°68°
CMYK 0.000.020.74   0.32
XYZ32.323437.94548.2053
Yxy37.94540.41190.4835
Hunter Lab61.5998-14.135135.2223
CIE-Lab67.9804-12.981060.3161

#aeaa2e color RGB value is (174,170,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 00101110
Octal 256 252 56
Decimal 174 170 46
Hex AE AA 2E

RGB Percentages of Color #aeaa2e

%44.62
%43.59
%11.79

CMYK Percentages of Color #aeaa2e

%0
%2
%74
%32

Triadic Colors of #aeaa2e

#aeaa2e #2eaeaa #aa2eae

Analogous Colors of #aeaa2e

#aeaa2e #72ae2e #ae6a2e

Monochromatic Colors of #aeaa2e

#aeaa2e

Complementary Color

#aeaa2e #2e32ae

#aeaa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa2e Color CSS Codes

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

#aeaa2e Text Font Color

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

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


#aeaa2e Background Color

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

This div background color is #aeaa2e


#aeaa2e Border Color

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

This div border color is #aeaa2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,170,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 #aeaa2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa2e


Comments

No comments written yet.

Please login to write comment.