Color Hex Logo

#aadc3e Color Hex

#AADC3E
(170,220,62)
0 Favorites   0 Comments

Color spaces of #aadc3e

RGB 17022062
HSL0.220.690.55
HSV79°72°86°
CMYK 0.230.000.72   0.14
XYZ43.040360.080213.8856
Yxy60.08020.36780.5135
Hunter Lab77.5114-36.528143.6366
CIE-Lab81.8818-37.947468.0921

#aadc3e color RGB value is (170,220,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 00111110
Octal 252 334 76
Decimal 170 220 62
Hex AA DC 3E

RGB Percentages of Color #aadc3e

%37.61
%48.67
%13.72

CMYK Percentages of Color #aadc3e

%23
%0
%72
%14

Triadic Colors of #aadc3e

#aadc3e #3eaadc #dc3eaa

Analogous Colors of #aadc3e

#aadc3e #5bdc3e #dcbf3e

Monochromatic Colors of #aadc3e

#aadc3e

Complementary Color

#aadc3e #703edc

#aadc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc3e Color CSS Codes

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

#aadc3e Text Font Color

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

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


#aadc3e Background Color

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

This div background color is #aadc3e


#aadc3e Border Color

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

This div border color is #aadc3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc3e


Comments

No comments written yet.

Please login to write comment.