Color Hex Logo

#aadc1e Color Hex

#AADC1E
(170,220,30)
0 Favorites   0 Comments

Color spaces of #aadc1e

RGB 17022030
HSL0.210.760.49
HSV76°86°86°
CMYK 0.230.000.86   0.14
XYZ42.405159.826210.5409
Yxy59.82620.37600.5305
Hunter Lab77.3474-37.496746.0631
CIE-Lab81.7436-39.250276.6897

#aadc1e color RGB value is (170,220,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 00011110
Octal 252 334 36
Decimal 170 220 30
Hex AA DC 1E

RGB Percentages of Color #aadc1e

%40.48
%52.38
%7.14

CMYK Percentages of Color #aadc1e

%23
%0
%86
%14

Triadic Colors of #aadc1e

#aadc1e #1eaadc #dc1eaa

Analogous Colors of #aadc1e

#aadc1e #4bdc1e #dcaf1e

Monochromatic Colors of #aadc1e

#aadc1e

Complementary Color

#aadc1e #501edc

#aadc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc1e Color CSS Codes

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

#aadc1e Text Font Color

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

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


#aadc1e Background Color

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

This div background color is #aadc1e


#aadc1e Border Color

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

This div border color is #aadc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc1e


Comments

No comments written yet.

Please login to write comment.