Color Hex Logo

#aaae69 Color Hex

#AAAE69
(170,174,105)
0 Favorites   0 Comments

Color spaces of #aaae69

RGB 170174105
HSL0.180.300.55
HSV63°40°68°
CMYK 0.020.000.40   0.32
XYZ34.263439.838119.2482
Yxy39.83810.36700.4268
Hunter Lab63.1174-13.556526.1012
CIE-Lab69.3541-12.055134.9155

#aaae69 color RGB value is (170,174,105).

#aaae69 hex color red value is 170, green value is 174 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aaae69 hue: 0.18 , saturation: 0.30 and the lightness value of aaae69 is 0.55.

The process color (four color CMYK) of #aaae69 color hex is 0.02, 0.00, 0.40, 0.32. Web safe color of #aaae69 is #999966. Color #aaae69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 01101001
Octal 252 256 151
Decimal 170 174 105
Hex AA AE 69

RGB Percentages of Color #aaae69

%37.86
%38.75
%23.39

CMYK Percentages of Color #aaae69

%2
%0
%40
%32

Triadic Colors of #aaae69

#aaae69 #69aaae #ae69aa

Analogous Colors of #aaae69

#aaae69 #88ae69 #ae9069

Monochromatic Colors of #aaae69

#aaae69

Complementary Color

#aaae69 #6d69ae

#aaae69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae69 Color CSS Codes

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

#aaae69 Text Font Color

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

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


#aaae69 Background Color

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

This div background color is #aaae69


#aaae69 Border Color

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

This div border color is #aaae69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae69


Comments

No comments written yet.

Please login to write comment.