Color Hex Logo

#aea23e Color Hex

#AEA23E
(174,162,62)
0 Favorites   0 Comments

Color spaces of #aea23e

RGB 17416262
HSL0.150.470.46
HSV54°64°68°
CMYK 0.000.070.64   0.32
XYZ31.245435.18719.7024
Yxy35.18710.41040.4622
Hunter Lab59.3187-9.785131.8254
CIE-Lab65.8941-7.912151.8655

#aea23e color RGB value is (174,162,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 00111110
Octal 256 242 76
Decimal 174 162 62
Hex AE A2 3E

RGB Percentages of Color #aea23e

%43.72
%40.70
%15.58

CMYK Percentages of Color #aea23e

%0
%7
%64
%32

Triadic Colors of #aea23e

#aea23e #3eaea2 #a23eae

Analogous Colors of #aea23e

#aea23e #82ae3e #ae6a3e

Monochromatic Colors of #aea23e

#aea23e

Complementary Color

#aea23e #3e4aae

#aea23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea23e Color CSS Codes

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

#aea23e Text Font Color

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

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


#aea23e Background Color

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

This div background color is #aea23e


#aea23e Border Color

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

This div border color is #aea23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea23e


Comments

No comments written yet.

Please login to write comment.