Color Hex Logo

#aea956 Color Hex

#AEA956
(174,169,86)
0 Favorites   0 Comments

Color spaces of #aea956

RGB 17416986
HSL0.160.350.51
HSV57°51°68°
CMYK 0.000.030.51   0.32
XYZ33.323238.046514.3915
Yxy38.04650.38860.4436
Hunter Lab61.6818-11.509829.3439
CIE-Lab68.0549-9.740343.0446

#aea956 color RGB value is (174,169,86).

#aea956 hex color red value is 174, green value is 169 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aea956 hue: 0.16 , saturation: 0.35 and the lightness value of aea956 is 0.51.

The process color (four color CMYK) of #aea956 color hex is 0.00, 0.03, 0.51, 0.32. Web safe color of #aea956 is #999966. Color #aea956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01010110
Octal 256 251 126
Decimal 174 169 86
Hex AE A9 56

RGB Percentages of Color #aea956

%40.56
%39.39
%20.05

CMYK Percentages of Color #aea956

%0
%3
%51
%32

Triadic Colors of #aea956

#aea956 #56aea9 #a956ae

Analogous Colors of #aea956

#aea956 #87ae56 #ae7d56

Monochromatic Colors of #aea956

#aea956

Complementary Color

#aea956 #565bae

#aea956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea956 Color CSS Codes

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

#aea956 Text Font Color

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

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


#aea956 Background Color

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

This div background color is #aea956


#aea956 Border Color

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

This div border color is #aea956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea956


Comments

No comments written yet.

Please login to write comment.