Color Hex Logo

#aad940 Color Hex

#AAD940
(170,217,64)
0 Favorites   0 Comments

Color spaces of #aad940

RGB 17021764
HSL0.220.670.55
HSV78°71°85°
CMYK 0.220.000.71   0.15
XYZ42.315858.541913.9199
Yxy58.54190.36870.5100
Hunter Lab76.5127-35.176742.7723
CIE-Lab81.0391-36.482066.5565

#aad940 color RGB value is (170,217,64).

#aad940 hex color red value is 170, green value is 217 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aad940 hue: 0.22 , saturation: 0.67 and the lightness value of aad940 is 0.55.

The process color (four color CMYK) of #aad940 color hex is 0.22, 0.00, 0.71, 0.15. Web safe color of #aad940 is #99cc33. Color #aad940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01000000
Octal 252 331 100
Decimal 170 217 64
Hex AA D9 40

RGB Percentages of Color #aad940

%37.69
%48.12
%14.19

CMYK Percentages of Color #aad940

%22
%0
%71
%15

Triadic Colors of #aad940

#aad940 #40aad9 #d940aa

Analogous Colors of #aad940

#aad940 #5ed940 #d9bc40

Monochromatic Colors of #aad940

#aad940

Complementary Color

#aad940 #6f40d9

#aad940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad940 Color CSS Codes

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

#aad940 Text Font Color

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

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


#aad940 Background Color

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

This div background color is #aad940


#aad940 Border Color

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

This div border color is #aad940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad940


Comments

No comments written yet.

Please login to write comment.