Color Hex Logo

#aeaa56 Color Hex

#AEAA56
(174,170,86)
0 Favorites   0 Comments

Color spaces of #aeaa56

RGB 17417086
HSL0.160.350.51
HSV57°51°68°
CMYK 0.000.020.51   0.32
XYZ33.510038.420014.4537
Yxy38.42000.38790.4448
Hunter Lab61.9839-11.970329.5632
CIE-Lab68.3290-10.264443.3707

#aeaa56 color RGB value is (174,170,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01010110
Octal 256 252 126
Decimal 174 170 86
Hex AE AA 56

RGB Percentages of Color #aeaa56

%40.47
%39.53
%20.00

CMYK Percentages of Color #aeaa56

%0
%2
%51
%32

Triadic Colors of #aeaa56

#aeaa56 #56aeaa #aa56ae

Analogous Colors of #aeaa56

#aeaa56 #86ae56 #ae7e56

Monochromatic Colors of #aeaa56

#aeaa56

Complementary Color

#aeaa56 #565aae

#aeaa56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa56 Color CSS Codes

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

#aeaa56 Text Font Color

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

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


#aeaa56 Background Color

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

This div background color is #aeaa56


#aeaa56 Border Color

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

This div border color is #aeaa56


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,170,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 #aeaa56">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa56


Comments

No comments written yet.

Please login to write comment.