Color Hex Logo

#aea14e Color Hex

#AEA14E
(174,161,78)
0 Favorites   0 Comments

Color spaces of #aea14e

RGB 17416178
HSL0.140.380.49
HSV52°55°68°
CMYK 0.000.070.55   0.32
XYZ31.575635.038512.3066
Yxy35.03850.40010.4440
Hunter Lab59.1933-8.370829.1086
CIE-Lab65.7786-6.203244.2985

#aea14e color RGB value is (174,161,78).

#aea14e hex color red value is 174, green value is 161 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aea14e hue: 0.14 , saturation: 0.38 and the lightness value of aea14e is 0.49.

The process color (four color CMYK) of #aea14e color hex is 0.00, 0.07, 0.55, 0.32. Web safe color of #aea14e is #999966. Color #aea14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01001110
Octal 256 241 116
Decimal 174 161 78
Hex AE A1 4E

RGB Percentages of Color #aea14e

%42.13
%38.98
%18.89

CMYK Percentages of Color #aea14e

%0
%7
%55
%32

Triadic Colors of #aea14e

#aea14e #4eaea1 #a14eae

Analogous Colors of #aea14e

#aea14e #8bae4e #ae714e

Monochromatic Colors of #aea14e

#aea14e

Complementary Color

#aea14e #4e5bae

#aea14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea14e Color CSS Codes

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

#aea14e Text Font Color

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

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


#aea14e Background Color

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

This div background color is #aea14e


#aea14e Border Color

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

This div border color is #aea14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea14e


Comments

No comments written yet.

Please login to write comment.