Color Hex Logo

#aade18 Color Hex

#AADE18
(170,222,24)
0 Favorites   0 Comments

Color spaces of #aade18

RGB 17022224
HSL0.210.800.48
HSV76°89°87°
CMYK 0.230.000.89   0.13
XYZ42.863760.854510.3511
Yxy60.85450.37580.5335
Hunter Lab78.0093-38.436046.7393
CIE-Lab82.3005-40.278078.2043

#aade18 color RGB value is (170,222,24).

#aade18 hex color red value is 170, green value is 222 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aade18 hue: 0.21 , saturation: 0.80 and the lightness value of aade18 is 0.48.

The process color (four color CMYK) of #aade18 color hex is 0.23, 0.00, 0.89, 0.13. Web safe color of #aade18 is #99cc00. Color #aade18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 00011000
Octal 252 336 30
Decimal 170 222 24
Hex AA DE 18

RGB Percentages of Color #aade18

%40.87
%53.37
%5.77

CMYK Percentages of Color #aade18

%23
%0
%89
%13

Triadic Colors of #aade18

#aade18 #18aade #de18aa

Analogous Colors of #aade18

#aade18 #47de18 #deaf18

Monochromatic Colors of #aade18

#aade18

Complementary Color

#aade18 #4c18de

#aade18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade18 Color CSS Codes

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

#aade18 Text Font Color

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

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


#aade18 Background Color

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

This div background color is #aade18


#aade18 Border Color

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

This div border color is #aade18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade18


Comments

No comments written yet.

Please login to write comment.