Color Hex Logo

#aeaa45 Color Hex

#AEAA45
(174,170,69)
0 Favorites   0 Comments

Color spaces of #aeaa45

RGB 17417069
HSL0.160.430.48
HSV58°60°68°
CMYK 0.000.020.60   0.32
XYZ32.904538.177811.2650
Yxy38.17780.39960.4636
Hunter Lab61.7882-13.071532.4422
CIE-Lab68.1515-11.639551.1985

#aeaa45 color RGB value is (174,170,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01000101
Octal 256 252 105
Decimal 174 170 69
Hex AE AA 45

RGB Percentages of Color #aeaa45

%42.13
%41.16
%16.71

CMYK Percentages of Color #aeaa45

%0
%2
%60
%32

Triadic Colors of #aeaa45

#aeaa45 #45aeaa #aa45ae

Analogous Colors of #aeaa45

#aeaa45 #7eae45 #ae7645

Monochromatic Colors of #aeaa45

#aeaa45

Complementary Color

#aeaa45 #4549ae

#aeaa45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa45 Color CSS Codes

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

#aeaa45 Text Font Color

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

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


#aeaa45 Background Color

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

This div background color is #aeaa45


#aeaa45 Border Color

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

This div border color is #aeaa45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa45


Comments

No comments written yet.

Please login to write comment.