Color Hex Logo

#aea754 Color Hex

#AEA754
(174,167,84)
0 Favorites   0 Comments

Color spaces of #aea754

RGB 17416784
HSL0.150.360.51
HSV55°52°68°
CMYK 0.000.040.52   0.32
XYZ32.874537.276213.8499
Yxy37.27620.39140.4438
Hunter Lab61.0542-10.732029.2883
CIE-Lab67.4837-8.868143.3543

#aea754 color RGB value is (174,167,84).

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

The process color (four color CMYK) of #aea754 color hex is 0.00, 0.04, 0.52, 0.32. Web safe color of #aea754 is #999966. Color #aea754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01010100
Octal 256 247 124
Decimal 174 167 84
Hex AE A7 54

RGB Percentages of Color #aea754

%40.94
%39.29
%19.76

CMYK Percentages of Color #aea754

%0
%4
%52
%32

Triadic Colors of #aea754

#aea754 #54aea7 #a754ae

Analogous Colors of #aea754

#aea754 #88ae54 #ae7a54

Monochromatic Colors of #aea754

#aea754

Complementary Color

#aea754 #545bae

#aea754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea754 Color CSS Codes

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

#aea754 Text Font Color

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

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


#aea754 Background Color

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

This div background color is #aea754


#aea754 Border Color

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

This div border color is #aea754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea754


Comments

No comments written yet.

Please login to write comment.