Color Hex Logo

#ade080 Color Hex

#ADE080
(173,224,128)
0 Favorites   0 Comments

Color spaces of #ade080

RGB 173224128
HSL0.260.610.69
HSV92°43°88°
CMYK 0.230.000.43   0.12
XYZ47.785563.754130.2093
Yxy63.75410.33710.4498
Hunter Lab79.8462-32.904033.4603
CIE-Lab83.8376-32.756241.6899

#ade080 color RGB value is (173,224,128).

#ade080 hex color red value is 173, green value is 224 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ade080 hue: 0.26 , saturation: 0.61 and the lightness value of ade080 is 0.69.

The process color (four color CMYK) of #ade080 color hex is 0.23, 0.00, 0.43, 0.12. Web safe color of #ade080 is #99cc99. Color #ade080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 10000000
Octal 255 340 200
Decimal 173 224 128
Hex AD E0 80

RGB Percentages of Color #ade080

%32.95
%42.67
%24.38

CMYK Percentages of Color #ade080

%23
%0
%43
%12

Triadic Colors of #ade080

#ade080 #80ade0 #e080ad

Analogous Colors of #ade080

#ade080 #80e083 #dde080

Monochromatic Colors of #ade080

#ade080

Complementary Color

#ade080 #b380e0

#ade080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade080 Color CSS Codes

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

#ade080 Text Font Color

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

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


#ade080 Background Color

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

This div background color is #ade080


#ade080 Border Color

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

This div border color is #ade080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade080


Comments

No comments written yet.

Please login to write comment.