Color Hex Logo

#ade08d Color Hex

#ADE08D
(173,224,141)
0 Favorites   0 Comments

Color spaces of #ade08d

RGB 173224141
HSL0.270.570.72
HSV97°37°88°
CMYK 0.230.000.37   0.12
XYZ48.697064.118635.0088
Yxy64.11860.32940.4337
Hunter Lab80.0741-31.575030.1300
CIE-Lab84.0275-31.062735.4459

#ade08d color RGB value is (173,224,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 10001101
Octal 255 340 215
Decimal 173 224 141
Hex AD E0 8D

RGB Percentages of Color #ade08d

%32.16
%41.64
%26.21

CMYK Percentages of Color #ade08d

%23
%0
%37
%12

Triadic Colors of #ade08d

#ade08d #8dade0 #e08dad

Analogous Colors of #ade08d

#ade08d #8de097 #d7e08d

Monochromatic Colors of #ade08d

#ade08d

Complementary Color

#ade08d #c08de0

#ade08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade08d Color CSS Codes

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

#ade08d Text Font Color

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

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


#ade08d Background Color

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

This div background color is #ade08d


#ade08d Border Color

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

This div border color is #ade08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade08d


Comments

No comments written yet.

Please login to write comment.