Color Hex Logo

#aeaa2c Color Hex

#AEAA2C
(174,170,44)
0 Favorites   0 Comments

Color spaces of #aeaa2c

RGB 17417044
HSL0.160.600.43
HSV58°75°68°
CMYK 0.000.020.75   0.32
XYZ32.284937.93008.0025
Yxy37.93000.41280.4849
Hunter Lab61.5873-14.205835.4071
CIE-Lab67.9690-13.070660.9983

#aeaa2c color RGB value is (174,170,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 00101100
Octal 256 252 54
Decimal 174 170 44
Hex AE AA 2C

RGB Percentages of Color #aeaa2c

%44.85
%43.81
%11.34

CMYK Percentages of Color #aeaa2c

%0
%2
%75
%32

Triadic Colors of #aeaa2c

#aeaa2c #2caeaa #aa2cae

Analogous Colors of #aeaa2c

#aeaa2c #71ae2c #ae692c

Monochromatic Colors of #aeaa2c

#aeaa2c

Complementary Color

#aeaa2c #2c30ae

#aeaa2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa2c Color CSS Codes

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

#aeaa2c Text Font Color

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

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


#aeaa2c Background Color

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

This div background color is #aeaa2c


#aeaa2c Border Color

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

This div border color is #aeaa2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa2c


Comments

No comments written yet.

Please login to write comment.