Color Hex Logo

#adde5a Color Hex

#ADDE5A
(173,222,90)
0 Favorites   0 Comments

Color spaces of #adde5a

RGB 17322290
HSL0.230.670.61
HSV82°59°87°
CMYK 0.220.000.59   0.13
XYZ45.200361.865019.2317
Yxy61.86500.35790.4898
Hunter Lab78.6543-35.066440.5611
CIE-Lab82.8416-35.766158.2020

#adde5a color RGB value is (173,222,90).

#adde5a hex color red value is 173, green value is 222 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #adde5a hue: 0.23 , saturation: 0.67 and the lightness value of adde5a is 0.61.

The process color (four color CMYK) of #adde5a color hex is 0.22, 0.00, 0.59, 0.13. Web safe color of #adde5a is #99cc66. Color #adde5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 01011010
Octal 255 336 132
Decimal 173 222 90
Hex AD DE 5A

RGB Percentages of Color #adde5a

%35.67
%45.77
%18.56

CMYK Percentages of Color #adde5a

%22
%0
%59
%13

Triadic Colors of #adde5a

#adde5a #5aadde #de5aad

Analogous Colors of #adde5a

#adde5a #6bde5a #decd5a

Monochromatic Colors of #adde5a

#adde5a

Complementary Color

#adde5a #8b5ade

#adde5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adde5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adde5a Color CSS Codes

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

#adde5a Text Font Color

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

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


#adde5a Background Color

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

This div background color is #adde5a


#adde5a Border Color

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

This div border color is #adde5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adde5a


Comments

No comments written yet.

Please login to write comment.