Color Hex Logo

#aeaa39 Color Hex

#AEAA39
(174,170,57)
0 Favorites   0 Comments

Color spaces of #aeaa39

RGB 17417057
HSL0.160.510.45
HSV58°67°68°
CMYK 0.000.020.67   0.32
XYZ32.568838.04359.4975
Yxy38.04350.40660.4749
Hunter Lab61.6794-13.685034.0460
CIE-Lab68.0527-12.411756.2205

#aeaa39 color RGB value is (174,170,57).

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

The process color (four color CMYK) of #aeaa39 color hex is 0.00, 0.02, 0.67, 0.32. Web safe color of #aeaa39 is #999933. Color #aeaa39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 00111001
Octal 256 252 71
Decimal 174 170 57
Hex AE AA 39

RGB Percentages of Color #aeaa39

%43.39
%42.39
%14.21

CMYK Percentages of Color #aeaa39

%0
%2
%67
%32

Triadic Colors of #aeaa39

#aeaa39 #39aeaa #aa39ae

Analogous Colors of #aeaa39

#aeaa39 #78ae39 #ae7039

Monochromatic Colors of #aeaa39

#aeaa39

Complementary Color

#aeaa39 #393dae

#aeaa39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa39 Color CSS Codes

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

#aeaa39 Text Font Color

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

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


#aeaa39 Background Color

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

This div background color is #aeaa39


#aeaa39 Border Color

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

This div border color is #aeaa39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa39


Comments

No comments written yet.

Please login to write comment.