Color Hex Logo

#aade2c Color Hex

#AADE2C
(170,222,44)
0 Favorites   0 Comments

Color spaces of #aade2c

RGB 17022244
HSL0.220.730.52
HSV78°80°87°
CMYK 0.230.000.80   0.13
XYZ43.153560.970411.8769
Yxy60.97040.37200.5256
Hunter Lab78.0835-37.996745.6402
CIE-Lab82.3628-39.684674.0307

#aade2c color RGB value is (170,222,44).

#aade2c hex color red value is 170, green value is 222 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aade2c hue: 0.22 , saturation: 0.73 and the lightness value of aade2c is 0.52.

The process color (four color CMYK) of #aade2c color hex is 0.23, 0.00, 0.80, 0.13. Web safe color of #aade2c is #99cc33. Color #aade2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 00101100
Octal 252 336 54
Decimal 170 222 44
Hex AA DE 2C

RGB Percentages of Color #aade2c

%38.99
%50.92
%10.09

CMYK Percentages of Color #aade2c

%23
%0
%80
%13

Triadic Colors of #aade2c

#aade2c #2caade #de2caa

Analogous Colors of #aade2c

#aade2c #51de2c #deb92c

Monochromatic Colors of #aade2c

#aade2c

Complementary Color

#aade2c #602cde

#aade2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade2c Color CSS Codes

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

#aade2c Text Font Color

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

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


#aade2c Background Color

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

This div background color is #aade2c


#aade2c Border Color

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

This div border color is #aade2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade2c


Comments

No comments written yet.

Please login to write comment.