Color Hex Logo

#aea451 Color Hex

#AEA451
(174,164,81)
0 Favorites   0 Comments

Color spaces of #aea451

RGB 17416481
HSL0.150.360.50
HSV54°53°68°
CMYK 0.000.060.53   0.32
XYZ32.216236.143713.0630
Yxy36.14370.39570.4439
Hunter Lab60.1196-9.556929.2010
CIE-Lab66.6296-7.544943.8238

#aea451 color RGB value is (174,164,81).

#aea451 hex color red value is 174, green value is 164 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #aea451 hue: 0.15 , saturation: 0.36 and the lightness value of aea451 is 0.50.

The process color (four color CMYK) of #aea451 color hex is 0.00, 0.06, 0.53, 0.32. Web safe color of #aea451 is #999966. Color #aea451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01010001
Octal 256 244 121
Decimal 174 164 81
Hex AE A4 51

RGB Percentages of Color #aea451

%41.53
%39.14
%19.33

CMYK Percentages of Color #aea451

%0
%6
%53
%32

Triadic Colors of #aea451

#aea451 #51aea4 #a451ae

Analogous Colors of #aea451

#aea451 #8aae51 #ae7651

Monochromatic Colors of #aea451

#aea451

Complementary Color

#aea451 #515bae

#aea451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea451 Color CSS Codes

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

#aea451 Text Font Color

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

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


#aea451 Background Color

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

This div background color is #aea451


#aea451 Border Color

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

This div border color is #aea451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea451


Comments

No comments written yet.

Please login to write comment.