Color Hex Logo

#aea354 Color Hex

#AEA354
(174,163,84)
0 Favorites   0 Comments

Color spaces of #aea354

RGB 17416384
HSL0.150.360.51
HSV53°52°68°
CMYK 0.000.060.52   0.32
XYZ32.153035.833113.6094
Yxy35.83310.39410.4392
Hunter Lab59.8608-8.878628.4229
CIE-Lab66.3922-6.749942.0579

#aea354 color RGB value is (174,163,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 01010100
Octal 256 243 124
Decimal 174 163 84
Hex AE A3 54

RGB Percentages of Color #aea354

%41.33
%38.72
%19.95

CMYK Percentages of Color #aea354

%0
%6
%52
%32

Triadic Colors of #aea354

#aea354 #54aea3 #a354ae

Analogous Colors of #aea354

#aea354 #8cae54 #ae7654

Monochromatic Colors of #aea354

#aea354

Complementary Color

#aea354 #545fae

#aea354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea354 Color CSS Codes

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

#aea354 Text Font Color

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

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


#aea354 Background Color

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

This div background color is #aea354


#aea354 Border Color

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

This div border color is #aea354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea354


Comments

No comments written yet.

Please login to write comment.