Color Hex Logo

#aea744 Color Hex

#AEA744
(174,167,68)
0 Favorites   0 Comments

Color spaces of #aea744

RGB 17416768
HSL0.160.440.47
HSV56°61°68°
CMYK 0.000.040.61   0.32
XYZ32.317737.053510.9176
Yxy37.05350.40250.4615
Hunter Lab60.8716-11.756831.9762
CIE-Lab67.3171-10.142850.7353

#aea744 color RGB value is (174,167,68).

#aea744 hex color red value is 174, green value is 167 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aea744 hue: 0.16 , saturation: 0.44 and the lightness value of aea744 is 0.47.

The process color (four color CMYK) of #aea744 color hex is 0.00, 0.04, 0.61, 0.32. Web safe color of #aea744 is #999933. Color #aea744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01000100
Octal 256 247 104
Decimal 174 167 68
Hex AE A7 44

RGB Percentages of Color #aea744

%42.54
%40.83
%16.63

CMYK Percentages of Color #aea744

%0
%4
%61
%32

Triadic Colors of #aea744

#aea744 #44aea7 #a744ae

Analogous Colors of #aea744

#aea744 #80ae44 #ae7244

Monochromatic Colors of #aea744

#aea744

Complementary Color

#aea744 #444bae

#aea744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea744 Color CSS Codes

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

#aea744 Text Font Color

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

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


#aea744 Background Color

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

This div background color is #aea744


#aea744 Border Color

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

This div border color is #aea744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea744


Comments

No comments written yet.

Please login to write comment.