Color Hex Logo

#aade41 Color Hex

#AADE41
(170,222,65)
0 Favorites   0 Comments

Color spaces of #aade41

RGB 17022265
HSL0.220.700.56
HSV80°71°87°
CMYK 0.230.000.71   0.13
XYZ43.653061.170314.5073
Yxy61.17030.36580.5126
Hunter Lab78.2114-37.241943.7504
CIE-Lab82.4702-38.670567.6261

#aade41 color RGB value is (170,222,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 01000001
Octal 252 336 101
Decimal 170 222 65
Hex AA DE 41

RGB Percentages of Color #aade41

%37.20
%48.58
%14.22

CMYK Percentages of Color #aade41

%23
%0
%71
%13

Triadic Colors of #aade41

#aade41 #41aade #de41aa

Analogous Colors of #aade41

#aade41 #5cde41 #dec441

Monochromatic Colors of #aade41

#aade41

Complementary Color

#aade41 #7541de

#aade41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade41 Color CSS Codes

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

#aade41 Text Font Color

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

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


#aade41 Background Color

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

This div background color is #aade41


#aade41 Border Color

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

This div border color is #aade41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade41


Comments

No comments written yet.

Please login to write comment.