Color Hex Logo

#aea728 Color Hex

#AEA728
(174,167,40)
0 Favorites   0 Comments

Color spaces of #aea728

RGB 17416740
HSL0.160.630.42
HSV57°77°68°
CMYK 0.000.040.77   0.32
XYZ31.657336.78937.4400
Yxy36.78930.41720.4848
Hunter Lab60.6542-12.980135.1853
CIE-Lab67.1187-11.680861.5430

#aea728 color RGB value is (174,167,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 00101000
Octal 256 247 50
Decimal 174 167 40
Hex AE A7 28

RGB Percentages of Color #aea728

%45.67
%43.83
%10.50

CMYK Percentages of Color #aea728

%0
%4
%77
%32

Triadic Colors of #aea728

#aea728 #28aea7 #a728ae

Analogous Colors of #aea728

#aea728 #72ae28 #ae6428

Monochromatic Colors of #aea728

#aea728

Complementary Color

#aea728 #282fae

#aea728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea728 Color CSS Codes

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

#aea728 Text Font Color

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

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


#aea728 Background Color

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

This div background color is #aea728


#aea728 Border Color

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

This div border color is #aea728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea728


Comments

No comments written yet.

Please login to write comment.