Color Hex Logo

#aea60a Color Hex

#AEA60A
(174,166,10)
0 Favorites   0 Comments

Color spaces of #aea60a

RGB 17416610
HSL0.160.890.36
HSV57°94°68°
CMYK 0.000.050.94   0.32
XYZ31.146636.29305.6508
Yxy36.29300.42610.4965
Hunter Lab60.2437-13.140136.6092
CIE-Lab66.7432-11.936268.0593

#aea60a color RGB value is (174,166,10).

#aea60a hex color red value is 174, green value is 166 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aea60a hue: 0.16 , saturation: 0.89 and the lightness value of aea60a is 0.36.

The process color (four color CMYK) of #aea60a color hex is 0.00, 0.05, 0.94, 0.32. Web safe color of #aea60a is #999900. Color #aea60a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00001010
Octal 256 246 12
Decimal 174 166 10
Hex AE A6 A

RGB Percentages of Color #aea60a

%49.71
%47.43
%2.86

CMYK Percentages of Color #aea60a

%0
%5
%94
%32

Triadic Colors of #aea60a

#aea60a #0aaea6 #a60aae

Analogous Colors of #aea60a

#aea60a #64ae0a #ae540a

Monochromatic Colors of #aea60a

#aea60a

Complementary Color

#aea60a #0a12ae

#aea60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea60a Color CSS Codes

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

#aea60a Text Font Color

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

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


#aea60a Background Color

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

This div background color is #aea60a


#aea60a Border Color

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

This div border color is #aea60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea60a


Comments

No comments written yet.

Please login to write comment.