Color Hex Logo

#aea730 Color Hex

#AEA730
(174,167,48)
0 Favorites   0 Comments

Color spaces of #aea730

RGB 17416748
HSL0.160.570.44
HSV57°72°68°
CMYK 0.000.040.72   0.32
XYZ31.807836.84958.2325
Yxy36.84950.41370.4793
Hunter Lab60.7038-12.700534.4519
CIE-Lab67.1640-11.327758.8153

#aea730 color RGB value is (174,167,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 00110000
Octal 256 247 60
Decimal 174 167 48
Hex AE A7 30

RGB Percentages of Color #aea730

%44.73
%42.93
%12.34

CMYK Percentages of Color #aea730

%0
%4
%72
%32

Triadic Colors of #aea730

#aea730 #30aea7 #a730ae

Analogous Colors of #aea730

#aea730 #76ae30 #ae6830

Monochromatic Colors of #aea730

#aea730

Complementary Color

#aea730 #3037ae

#aea730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea730 Color CSS Codes

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

#aea730 Text Font Color

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

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


#aea730 Background Color

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

This div background color is #aea730


#aea730 Border Color

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

This div border color is #aea730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea730


Comments

No comments written yet.

Please login to write comment.