Color Hex Logo

#aadc2a Color Hex

#AADC2A
(170,220,42)
0 Favorites   0 Comments

Color spaces of #aadc2a

RGB 17022042
HSL0.210.720.51
HSV77°81°86°
CMYK 0.230.000.81   0.14
XYZ42.588759.899611.5076
Yxy59.89960.37360.5255
Hunter Lab77.3948-37.216345.3607
CIE-Lab81.7836-38.871874.0330

#aadc2a color RGB value is (170,220,42).

#aadc2a hex color red value is 170, green value is 220 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aadc2a hue: 0.21 , saturation: 0.72 and the lightness value of aadc2a is 0.51.

The process color (four color CMYK) of #aadc2a color hex is 0.23, 0.00, 0.81, 0.14. Web safe color of #aadc2a is #99cc33. Color #aadc2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 00101010
Octal 252 334 52
Decimal 170 220 42
Hex AA DC 2A

RGB Percentages of Color #aadc2a

%39.35
%50.93
%9.72

CMYK Percentages of Color #aadc2a

%23
%0
%81
%14

Triadic Colors of #aadc2a

#aadc2a #2aaadc #dc2aaa

Analogous Colors of #aadc2a

#aadc2a #51dc2a #dcb52a

Monochromatic Colors of #aadc2a

#aadc2a

Complementary Color

#aadc2a #5c2adc

#aadc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc2a Color CSS Codes

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

#aadc2a Text Font Color

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

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


#aadc2a Background Color

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

This div background color is #aadc2a


#aadc2a Border Color

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

This div border color is #aadc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc2a


Comments

No comments written yet.

Please login to write comment.