Color Hex Logo

#ade02e Color Hex

#ADE02E
(173,224,46)
0 Favorites   0 Comments

Color spaces of #ade02e

RGB 17322446
HSL0.210.740.53
HSV77°79°88°
CMYK 0.230.000.79   0.12
XYZ44.382462.392812.2886
Yxy62.39280.37280.5240
Hunter Lab78.9891-37.935446.0684
CIE-Lab83.1219-39.342674.2478

#ade02e color RGB value is (173,224,46).

#ade02e hex color red value is 173, green value is 224 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ade02e hue: 0.21 , saturation: 0.74 and the lightness value of ade02e is 0.53.

The process color (four color CMYK) of #ade02e color hex is 0.23, 0.00, 0.79, 0.12. Web safe color of #ade02e is #99cc33. Color #ade02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 00101110
Octal 255 340 56
Decimal 173 224 46
Hex AD E0 2E

RGB Percentages of Color #ade02e

%39.05
%50.56
%10.38

CMYK Percentages of Color #ade02e

%23
%0
%79
%12

Triadic Colors of #ade02e

#ade02e #2eade0 #e02ead

Analogous Colors of #ade02e

#ade02e #54e02e #e0ba2e

Monochromatic Colors of #ade02e

#ade02e

Complementary Color

#ade02e #612ee0

#ade02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade02e Color CSS Codes

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

#ade02e Text Font Color

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

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


#ade02e Background Color

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

This div background color is #ade02e


#ade02e Border Color

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

This div border color is #ade02e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,224,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ade02e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ade02e;
  -webkit-box-shadow: 1px 1px 3px 2px #ade02e;
  box-shadow:         1px 1px 3px 2px #ade02e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,224,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade02e


Comments

No comments written yet.

Please login to write comment.