Color Hex Logo

#add98d Color Hex

#ADD98D
(173,217,141)
0 Favorites   0 Comments

Color spaces of #add98d

RGB 173217141
HSL0.260.500.70
HSV95°35°85°
CMYK 0.200.000.35   0.15
XYZ46.854260.433034.3946
Yxy60.43300.33070.4265
Hunter Lab77.7387-28.458228.1849
CIE-Lab82.0730-27.749932.8821

#add98d color RGB value is (173,217,141).

#add98d hex color red value is 173, green value is 217 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #add98d hue: 0.26 , saturation: 0.50 and the lightness value of add98d is 0.70.

The process color (four color CMYK) of #add98d color hex is 0.20, 0.00, 0.35, 0.15. Web safe color of #add98d is #99cc99. Color #add98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 10001101
Octal 255 331 215
Decimal 173 217 141
Hex AD D9 8D

RGB Percentages of Color #add98d

%32.58
%40.87
%26.55

CMYK Percentages of Color #add98d

%20
%0
%35
%15

Triadic Colors of #add98d

#add98d #8dadd9 #d98dad

Analogous Colors of #add98d

#add98d #8dd993 #d3d98d

Monochromatic Colors of #add98d

#add98d

Complementary Color

#add98d #b98dd9

#add98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#add98d Color CSS Codes

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

#add98d Text Font Color

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

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


#add98d Background Color

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

This div background color is #add98d


#add98d Border Color

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

This div border color is #add98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add98d


Comments

No comments written yet.

Please login to write comment.