Color Hex Logo

#add18d Color Hex

#ADD18D
(173,209,141)
0 Favorites   0 Comments

Color spaces of #add18d

RGB 173209141
HSL0.250.430.69
HSV92°33°82°
CMYK 0.170.000.33   0.18
XYZ44.841856.408333.7238
Yxy56.40830.33220.4179
Hunter Lab75.1055-24.860925.9515
CIE-Lab79.8456-23.887129.9331

#add18d color RGB value is (173,209,141).

#add18d hex color red value is 173, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #add18d hue: 0.25 , saturation: 0.43 and the lightness value of add18d is 0.69.

The process color (four color CMYK) of #add18d color hex is 0.17, 0.00, 0.33, 0.18. Web safe color of #add18d is #99cc99. Color #add18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 10001101
Octal 255 321 215
Decimal 173 209 141
Hex AD D1 8D

RGB Percentages of Color #add18d

%33.08
%39.96
%26.96

CMYK Percentages of Color #add18d

%17
%0
%33
%18

Triadic Colors of #add18d

#add18d #8dadd1 #d18dad

Analogous Colors of #add18d

#add18d #8dd18f #cfd18d

Monochromatic Colors of #add18d

#add18d

Complementary Color

#add18d #b18dd1

#add18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#add18d Color CSS Codes

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

#add18d Text Font Color

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

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


#add18d Background Color

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

This div background color is #add18d


#add18d Border Color

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

This div border color is #add18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add18d


Comments

No comments written yet.

Please login to write comment.