Color Hex Logo

#aea349 Color Hex

#AEA349
(174,163,73)
0 Favorites   0 Comments

Color spaces of #aea349

RGB 17416373
HSL0.150.410.48
HSV53°58°68°
CMYK 0.000.060.58   0.32
XYZ31.755335.674111.5154
Yxy35.67410.40220.4519
Hunter Lab59.7278-9.621130.3785
CIE-Lab66.2702-7.666247.2643

#aea349 color RGB value is (174,163,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 01001001
Octal 256 243 111
Decimal 174 163 73
Hex AE A3 49

RGB Percentages of Color #aea349

%42.44
%39.76
%17.80

CMYK Percentages of Color #aea349

%0
%6
%58
%32

Triadic Colors of #aea349

#aea349 #49aea3 #a349ae

Analogous Colors of #aea349

#aea349 #87ae49 #ae7149

Monochromatic Colors of #aea349

#aea349

Complementary Color

#aea349 #4954ae

#aea349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea349 Color CSS Codes

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

#aea349 Text Font Color

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

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


#aea349 Background Color

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

This div background color is #aea349


#aea349 Border Color

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

This div border color is #aea349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea349


Comments

No comments written yet.

Please login to write comment.