Color Hex Logo

#ade98d Color Hex

#ADE98D
(173,233,141)
0 Favorites   0 Comments

Color spaces of #ade98d

RGB 173233141
HSL0.280.680.73
HSV99°39°91°
CMYK 0.260.000.39   0.09
XYZ51.180269.085235.8366
Yxy69.08520.32790.4426
Hunter Lab83.1175-35.543032.6190
CIE-Lab86.5462-35.231238.7170

#ade98d color RGB value is (173,233,141).

#ade98d hex color red value is 173, green value is 233 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ade98d hue: 0.28 , saturation: 0.68 and the lightness value of ade98d is 0.73.

The process color (four color CMYK) of #ade98d color hex is 0.26, 0.00, 0.39, 0.09. Web safe color of #ade98d is #99ff99. Color #ade98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 10001101
Octal 255 351 215
Decimal 173 233 141
Hex AD E9 8D

RGB Percentages of Color #ade98d

%31.63
%42.60
%25.78

CMYK Percentages of Color #ade98d

%26
%0
%39
%9

Triadic Colors of #ade98d

#ade98d #8dade9 #e98dad

Analogous Colors of #ade98d

#ade98d #8de99b #dbe98d

Monochromatic Colors of #ade98d

#ade98d

Complementary Color

#ade98d #c98de9

#ade98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade98d Color CSS Codes

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

#ade98d Text Font Color

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

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


#ade98d Background Color

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

This div background color is #ade98d


#ade98d Border Color

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

This div border color is #ade98d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,233,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 #ade98d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade98d


Comments

No comments written yet.

Please login to write comment.