Color Hex Logo

#aea63e Color Hex

#AEA63E
(174,166,62)
0 Favorites   0 Comments

Color spaces of #aea63e

RGB 17416662
HSL0.150.470.46
HSV56°64°68°
CMYK 0.000.050.64   0.32
XYZ31.961336.61899.9410
Yxy36.61890.40700.4664
Hunter Lab60.5136-11.620832.6195
CIE-Lab66.9901-10.020953.0289

#aea63e color RGB value is (174,166,62).

#aea63e hex color red value is 174, green value is 166 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aea63e hue: 0.15 , saturation: 0.47 and the lightness value of aea63e is 0.46.

The process color (four color CMYK) of #aea63e color hex is 0.00, 0.05, 0.64, 0.32. Web safe color of #aea63e is #999933. Color #aea63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00111110
Octal 256 246 76
Decimal 174 166 62
Hex AE A6 3E

RGB Percentages of Color #aea63e

%43.28
%41.29
%15.42

CMYK Percentages of Color #aea63e

%0
%5
%64
%32

Triadic Colors of #aea63e

#aea63e #3eaea6 #a63eae

Analogous Colors of #aea63e

#aea63e #7eae3e #ae6e3e

Monochromatic Colors of #aea63e

#aea63e

Complementary Color

#aea63e #3e46ae

#aea63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea63e Color CSS Codes

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

#aea63e Text Font Color

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

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


#aea63e Background Color

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

This div background color is #aea63e


#aea63e Border Color

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

This div border color is #aea63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea63e


Comments

No comments written yet.

Please login to write comment.