Color Hex Logo

#aea322 Color Hex

#AEA322
(174,163,34)
0 Favorites   0 Comments

Color spaces of #aea322

RGB 17416334
HSL0.150.670.41
HSV55°80°68°
CMYK 0.000.060.80   0.32
XYZ30.841535.30856.7031
Yxy35.30850.42330.4847
Hunter Lab59.4210-11.339134.9063
CIE-Lab65.9881-9.811062.3877

#aea322 color RGB value is (174,163,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 00100010
Octal 256 243 42
Decimal 174 163 34
Hex AE A3 22

RGB Percentages of Color #aea322

%46.90
%43.94
%9.16

CMYK Percentages of Color #aea322

%0
%6
%80
%32

Triadic Colors of #aea322

#aea322 #22aea3 #a322ae

Analogous Colors of #aea322

#aea322 #73ae22 #ae5d22

Monochromatic Colors of #aea322

#aea322

Complementary Color

#aea322 #222dae

#aea322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea322 Color CSS Codes

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

#aea322 Text Font Color

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

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


#aea322 Background Color

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

This div background color is #aea322


#aea322 Border Color

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

This div border color is #aea322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea322


Comments

No comments written yet.

Please login to write comment.