Color Hex Logo

#aaae1d Color Hex

#AAAE1D
(170,174,29)
0 Favorites   0 Comments

Color spaces of #aaae1d

RGB 17017429
HSL0.170.710.40
HSV62°83°68°
CMYK 0.020.000.83   0.32
XYZ31.935438.90696.9890
Yxy38.90690.41030.4999
Hunter Lab62.3754-17.767237.0195
CIE-Lab68.6838-17.415065.9282

#aaae1d color RGB value is (170,174,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 00011101
Octal 252 256 35
Decimal 170 174 29
Hex AA AE 1D

RGB Percentages of Color #aaae1d

%45.58
%46.65
%7.77

CMYK Percentages of Color #aaae1d

%2
%0
%83
%32

Triadic Colors of #aaae1d

#aaae1d #1daaae #ae1daa

Analogous Colors of #aaae1d

#aaae1d #62ae1d #ae6a1d

Monochromatic Colors of #aaae1d

#aaae1d

Complementary Color

#aaae1d #211dae

#aaae1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaae1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaae1d Color CSS Codes

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

#aaae1d Text Font Color

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

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


#aaae1d Background Color

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

This div background color is #aaae1d


#aaae1d Border Color

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

This div border color is #aaae1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaae1d


Comments

No comments written yet.

Please login to write comment.