Color Hex Logo

#aea340 Color Hex

#AEA340
(174,163,64)
0 Favorites   0 Comments

Color spaces of #aea340

RGB 17416364
HSL0.150.460.47
HSV54°63°68°
CMYK 0.000.060.63   0.32
XYZ31.478235.563210.0558
Yxy35.56320.40830.4613
Hunter Lab59.6349-10.140131.7468
CIE-Lab66.1848-8.310451.2951

#aea340 color RGB value is (174,163,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 01000000
Octal 256 243 100
Decimal 174 163 64
Hex AE A3 40

RGB Percentages of Color #aea340

%43.39
%40.65
%15.96

CMYK Percentages of Color #aea340

%0
%6
%63
%32

Triadic Colors of #aea340

#aea340 #40aea3 #a340ae

Analogous Colors of #aea340

#aea340 #82ae40 #ae6c40

Monochromatic Colors of #aea340

#aea340

Complementary Color

#aea340 #404bae

#aea340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea340 Color CSS Codes

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

#aea340 Text Font Color

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

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


#aea340 Background Color

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

This div background color is #aea340


#aea340 Border Color

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

This div border color is #aea340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea340


Comments

No comments written yet.

Please login to write comment.