Color Hex Logo

#ade08a Color Hex

#ADE08A
(173,224,138)
0 Favorites   0 Comments

Color spaces of #ade08a

RGB 173224138
HSL0.270.580.71
HSV96°38°88°
CMYK 0.230.000.38   0.12
XYZ48.476764.030533.8489
Yxy64.03050.33120.4375
Hunter Lab80.0191-31.895530.9331
CIE-Lab83.9816-31.469436.8971

#ade08a color RGB value is (173,224,138).

#ade08a hex color red value is 173, green value is 224 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ade08a hue: 0.27 , saturation: 0.58 and the lightness value of ade08a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 10001010
Octal 255 340 212
Decimal 173 224 138
Hex AD E0 8A

RGB Percentages of Color #ade08a

%32.34
%41.87
%25.79

CMYK Percentages of Color #ade08a

%23
%0
%38
%12

Triadic Colors of #ade08a

#ade08a #8aade0 #e08aad

Analogous Colors of #ade08a

#ade08a #8ae092 #d8e08a

Monochromatic Colors of #ade08a

#ade08a

Complementary Color

#ade08a #bd8ae0

#ade08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade08a Color CSS Codes

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

#ade08a Text Font Color

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

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


#ade08a Background Color

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

This div background color is #ade08a


#ade08a Border Color

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

This div border color is #ade08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade08a


Comments

No comments written yet.

Please login to write comment.