Color Hex Logo

#add08c Color Hex

#ADD08C
(173,208,140)
0 Favorites   0 Comments

Color spaces of #add08c

RGB 173208140
HSL0.250.420.68
HSV91°33°82°
CMYK 0.170.000.33   0.18
XYZ44.523155.889433.2521
Yxy55.88940.33310.4181
Hunter Lab74.7592-24.522425.9599
CIE-Lab79.5508-23.540730.0587

#add08c color RGB value is (173,208,140).

#add08c hex color red value is 173, green value is 208 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #add08c hue: 0.25 , saturation: 0.42 and the lightness value of add08c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10001100
Octal 255 320 214
Decimal 173 208 140
Hex AD D0 8C

RGB Percentages of Color #add08c

%33.21
%39.92
%26.87

CMYK Percentages of Color #add08c

%17
%0
%33
%18

Triadic Colors of #add08c

#add08c #8cadd0 #d08cad

Analogous Colors of #add08c

#add08c #8cd08d #cfd08c

Monochromatic Colors of #add08c

#add08c

Complementary Color

#add08c #af8cd0

#add08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#add08c Color CSS Codes

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

#add08c Text Font Color

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

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


#add08c Background Color

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

This div background color is #add08c


#add08c Border Color

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

This div border color is #add08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add08c


Comments

No comments written yet.

Please login to write comment.