Color Hex Logo

#aea345 Color Hex

#AEA345
(174,163,69)
0 Favorites   0 Comments

Color spaces of #aea345

RGB 17416369
HSL0.150.430.48
HSV54°60°68°
CMYK 0.000.060.60   0.32
XYZ31.626935.622710.8392
Yxy35.62270.40500.4562
Hunter Lab59.6848-9.861331.0118
CIE-Lab66.2306-7.964049.0849

#aea345 color RGB value is (174,163,69).

#aea345 hex color red value is 174, green value is 163 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aea345 hue: 0.15 , saturation: 0.43 and the lightness value of aea345 is 0.48.

The process color (four color CMYK) of #aea345 color hex is 0.00, 0.06, 0.60, 0.32. Web safe color of #aea345 is #999933. Color #aea345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 01000101
Octal 256 243 105
Decimal 174 163 69
Hex AE A3 45

RGB Percentages of Color #aea345

%42.86
%40.15
%17.00

CMYK Percentages of Color #aea345

%0
%6
%60
%32

Triadic Colors of #aea345

#aea345 #45aea3 #a345ae

Analogous Colors of #aea345

#aea345 #85ae45 #ae6f45

Monochromatic Colors of #aea345

#aea345

Complementary Color

#aea345 #4550ae

#aea345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea345 Color CSS Codes

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

#aea345 Text Font Color

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

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


#aea345 Background Color

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

This div background color is #aea345


#aea345 Border Color

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

This div border color is #aea345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea345


Comments

No comments written yet.

Please login to write comment.