Color Hex Logo

#aea053 Color Hex

#AEA053
(174,160,83)
0 Favorites   0 Comments

Color spaces of #aea053

RGB 17416083
HSL0.140.360.50
HSV51°52°68°
CMYK 0.000.080.52   0.32
XYZ31.587734.764813.2290
Yxy34.76480.39690.4368
Hunter Lab58.9617-7.554727.9705
CIE-Lab65.5651-5.238741.5724

#aea053 color RGB value is (174,160,83).

#aea053 hex color red value is 174, green value is 160 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aea053 hue: 0.14 , saturation: 0.36 and the lightness value of aea053 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01010011
Octal 256 240 123
Decimal 174 160 83
Hex AE A0 53

RGB Percentages of Color #aea053

%41.73
%38.37
%19.90

CMYK Percentages of Color #aea053

%0
%8
%52
%32

Triadic Colors of #aea053

#aea053 #53aea0 #a053ae

Analogous Colors of #aea053

#aea053 #8fae53 #ae7353

Monochromatic Colors of #aea053

#aea053

Complementary Color

#aea053 #5361ae

#aea053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea053 Color CSS Codes

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

#aea053 Text Font Color

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

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


#aea053 Background Color

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

This div background color is #aea053


#aea053 Border Color

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

This div border color is #aea053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea053


Comments

No comments written yet.

Please login to write comment.