Color Hex Logo

#add28d Color Hex

#ADD28D
(173,210,141)
0 Favorites   0 Comments

Color spaces of #add28d

RGB 173210141
HSL0.260.430.69
HSV92°33°82°
CMYK 0.180.000.33   0.18
XYZ45.087956.900533.8058
Yxy56.90050.33200.4190
Hunter Lab75.4324-25.312726.2313
CIE-Lab80.1236-24.374430.3028

#add28d color RGB value is (173,210,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 10001101
Octal 255 322 215
Decimal 173 210 141
Hex AD D2 8D

RGB Percentages of Color #add28d

%33.02
%40.08
%26.91

CMYK Percentages of Color #add28d

%18
%0
%33
%18

Triadic Colors of #add28d

#add28d #8dadd2 #d28dad

Analogous Colors of #add28d

#add28d #8dd290 #d0d28d

Monochromatic Colors of #add28d

#add28d

Complementary Color

#add28d #b28dd2

#add28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#add28d Color CSS Codes

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

#add28d Text Font Color

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

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


#add28d Background Color

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

This div background color is #add28d


#add28d Border Color

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

This div border color is #add28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add28d


Comments

No comments written yet.

Please login to write comment.