Color Hex Logo

#aaae29 Color Hex

#AAAE29
(170,174,41)
0 Favorites   0 Comments

Color spaces of #aaae29

RGB 17017441
HSL0.170.620.42
HSV62°76°68°
CMYK 0.020.000.76   0.32
XYZ32.113938.97827.9288
Yxy38.97820.40640.4933
Hunter Lab62.4325-17.440536.1731
CIE-Lab68.7355-16.991462.5778

#aaae29 color RGB value is (170,174,41).

#aaae29 hex color red value is 170, green value is 174 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aaae29 hue: 0.17 , saturation: 0.62 and the lightness value of aaae29 is 0.42.

The process color (four color CMYK) of #aaae29 color hex is 0.02, 0.00, 0.76, 0.32. Web safe color of #aaae29 is #999933. Color #aaae29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 00101001
Octal 252 256 51
Decimal 170 174 41
Hex AA AE 29

RGB Percentages of Color #aaae29

%44.16
%45.19
%10.65

CMYK Percentages of Color #aaae29

%2
%0
%76
%32

Triadic Colors of #aaae29

#aaae29 #29aaae #ae29aa

Analogous Colors of #aaae29

#aaae29 #68ae29 #ae7029

Monochromatic Colors of #aaae29

#aaae29

Complementary Color

#aaae29 #2d29ae

#aaae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae29 Color CSS Codes

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

#aaae29 Text Font Color

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

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


#aaae29 Background Color

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

This div background color is #aaae29


#aaae29 Border Color

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

This div border color is #aaae29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae29


Comments

No comments written yet.

Please login to write comment.