Color Hex Logo

#ade500 Color Hex

#ADE500
(173,229,0)
0 Favorites   0 Comments

Color spaces of #ade500

RGB 1732290
HSL0.211.000.45
HSV75°100°90°
CMYK 0.240.001.00   0.10
XYZ45.252964.922910.1463
Yxy64.92290.37610.5396
Hunter Lab80.5747-40.755548.9363
CIE-Lab84.4440-42.521782.5060

#ade500 color RGB value is (173,229,0).

#ade500 hex color red value is 173, green value is 229 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ade500 hue: 0.21 , saturation: 1.00 and the lightness value of ade500 is 0.45.

The process color (four color CMYK) of #ade500 color hex is 0.24, 0.00, 1.00, 0.10. Web safe color of #ade500 is #99cc00. Color #ade500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100101 00000000
Octal 255 345 0
Decimal 173 229 0
Hex AD E5 0

RGB Percentages of Color #ade500

%43.03
%56.97
%0.00

CMYK Percentages of Color #ade500

%24
%0
%100
%10

Triadic Colors of #ade500

#ade500 #00ade5 #e500ad

Analogous Colors of #ade500

#ade500 #3be500 #e5ab00

Monochromatic Colors of #ade500

#ade500

Complementary Color

#ade500 #3800e5

#ade500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade500 Color CSS Codes

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

#ade500 Text Font Color

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

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


#ade500 Background Color

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

This div background color is #ade500


#ade500 Border Color

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

This div border color is #ade500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade500


Comments

No comments written yet.

Please login to write comment.