Color Hex Logo

#ade020 Color Hex

#ADE020
(173,224,32)
0 Favorites   0 Comments

Color spaces of #ade020

RGB 17322432
HSL0.210.760.50
HSV76°86°88°
CMYK 0.230.000.86   0.12
XYZ44.149962.299811.0646
Yxy62.29980.37570.5301
Hunter Lab78.9302-38.283346.9398
CIE-Lab83.0726-39.808777.4847

#ade020 color RGB value is (173,224,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 00100000
Octal 255 340 40
Decimal 173 224 32
Hex AD E0 20

RGB Percentages of Color #ade020

%40.33
%52.21
%7.46

CMYK Percentages of Color #ade020

%23
%0
%86
%12

Triadic Colors of #ade020

#ade020 #20ade0 #e020ad

Analogous Colors of #ade020

#ade020 #4de020 #e0b320

Monochromatic Colors of #ade020

#ade020

Complementary Color

#ade020 #5320e0

#ade020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade020 Color CSS Codes

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

#ade020 Text Font Color

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

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


#ade020 Background Color

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

This div background color is #ade020


#ade020 Border Color

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

This div border color is #ade020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade020


Comments

No comments written yet.

Please login to write comment.