Color Hex Logo

#aadc4a Color Hex

#AADC4A
(170,220,74)
0 Favorites   0 Comments

Color spaces of #aadc4a

RGB 17022074
HSL0.220.680.58
HSV81°66°86°
CMYK 0.230.000.66   0.14
XYZ43.406860.226915.8157
Yxy60.22690.36340.5042
Hunter Lab77.6060-35.971442.2412
CIE-Lab81.9614-37.203863.7658

#aadc4a color RGB value is (170,220,74).

#aadc4a hex color red value is 170, green value is 220 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aadc4a hue: 0.22 , saturation: 0.68 and the lightness value of aadc4a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 01001010
Octal 252 334 112
Decimal 170 220 74
Hex AA DC 4A

RGB Percentages of Color #aadc4a

%36.64
%47.41
%15.95

CMYK Percentages of Color #aadc4a

%23
%0
%66
%14

Triadic Colors of #aadc4a

#aadc4a #4aaadc #dc4aaa

Analogous Colors of #aadc4a

#aadc4a #61dc4a #dcc54a

Monochromatic Colors of #aadc4a

#aadc4a

Complementary Color

#aadc4a #7c4adc

#aadc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc4a Color CSS Codes

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

#aadc4a Text Font Color

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

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


#aadc4a Background Color

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

This div background color is #aadc4a


#aadc4a Border Color

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

This div border color is #aadc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc4a


Comments

No comments written yet.

Please login to write comment.