Color Hex Logo

#aea722 Color Hex

#AEA722
(174,167,34)
0 Favorites   0 Comments

Color spaces of #aea722

RGB 17416734
HSL0.160.670.41
HSV57°80°68°
CMYK 0.000.040.80   0.32
XYZ31.563036.75166.9436
Yxy36.75160.41940.4883
Hunter Lab60.6231-13.155635.6453
CIE-Lab67.0903-11.902863.3545

#aea722 color RGB value is (174,167,34).

#aea722 hex color red value is 174, green value is 167 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #aea722 hue: 0.16 , saturation: 0.67 and the lightness value of aea722 is 0.41.

The process color (four color CMYK) of #aea722 color hex is 0.00, 0.04, 0.80, 0.32. Web safe color of #aea722 is #999933. Color #aea722 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 00100010
Octal 256 247 42
Decimal 174 167 34
Hex AE A7 22

RGB Percentages of Color #aea722

%46.40
%44.53
%9.07

CMYK Percentages of Color #aea722

%0
%4
%80
%32

Triadic Colors of #aea722

#aea722 #22aea7 #a722ae

Analogous Colors of #aea722

#aea722 #6fae22 #ae6122

Monochromatic Colors of #aea722

#aea722

Complementary Color

#aea722 #2229ae

#aea722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea722 Color CSS Codes

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

#aea722 Text Font Color

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

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


#aea722 Background Color

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

This div background color is #aea722


#aea722 Border Color

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

This div border color is #aea722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea722


Comments

No comments written yet.

Please login to write comment.