Color Hex Logo

#aade2d Color Hex

#AADE2D
(170,222,45)
0 Favorites   0 Comments

Color spaces of #aade2d

RGB 17022245
HSL0.220.730.52
HSV78°80°87°
CMYK 0.230.000.80   0.13
XYZ43.172560.978111.9771
Yxy60.97810.37180.5251
Hunter Lab78.0885-37.968245.5681
CIE-Lab82.3670-39.646173.7699

#aade2d color RGB value is (170,222,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 00101101
Octal 252 336 55
Decimal 170 222 45
Hex AA DE 2D

RGB Percentages of Color #aade2d

%38.90
%50.80
%10.30

CMYK Percentages of Color #aade2d

%23
%0
%80
%13

Triadic Colors of #aade2d

#aade2d #2daade #de2daa

Analogous Colors of #aade2d

#aade2d #52de2d #deba2d

Monochromatic Colors of #aade2d

#aade2d

Complementary Color

#aade2d #612dde

#aade2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade2d Color CSS Codes

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

#aade2d Text Font Color

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

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


#aade2d Background Color

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

This div background color is #aade2d


#aade2d Border Color

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

This div border color is #aade2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade2d


Comments

No comments written yet.

Please login to write comment.