Color Hex Logo

#aad149 Color Hex

#AAD149
(170,209,73)
0 Favorites   0 Comments

Color spaces of #aad149

RGB 17020973
HSL0.210.600.55
HSV77°65°82°
CMYK 0.190.000.65   0.18
XYZ40.580654.628014.7088
Yxy54.62800.36920.4970
Hunter Lab73.9108-31.338639.9384
CIE-Lab78.8265-32.236460.8731

#aad149 color RGB value is (170,209,73).

#aad149 hex color red value is 170, green value is 209 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aad149 hue: 0.21 , saturation: 0.60 and the lightness value of aad149 is 0.55.

The process color (four color CMYK) of #aad149 color hex is 0.19, 0.00, 0.65, 0.18. Web safe color of #aad149 is #99cc33. Color #aad149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01001001
Octal 252 321 111
Decimal 170 209 73
Hex AA D1 49

RGB Percentages of Color #aad149

%37.61
%46.24
%16.15

CMYK Percentages of Color #aad149

%19
%0
%65
%18

Triadic Colors of #aad149

#aad149 #49aad1 #d149aa

Analogous Colors of #aad149

#aad149 #66d149 #d1b449

Monochromatic Colors of #aad149

#aad149

Complementary Color

#aad149 #7049d1

#aad149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad149 Color CSS Codes

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

#aad149 Text Font Color

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

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


#aad149 Background Color

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

This div background color is #aad149


#aad149 Border Color

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

This div border color is #aad149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad149


Comments

No comments written yet.

Please login to write comment.