Color Hex Logo

#add76c Color Hex

#ADD76C
(173,215,108)
0 Favorites   0 Comments

Color spaces of #add76c

RGB 173215108
HSL0.230.570.63
HSV84°50°84°
CMYK 0.200.000.50   0.16
XYZ44.240858.567823.1603
Yxy58.56780.35120.4649
Hunter Lab76.5296-30.738235.6277
CIE-Lab81.0534-30.839947.9463

#add76c color RGB value is (173,215,108).

#add76c hex color red value is 173, green value is 215 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #add76c hue: 0.23 , saturation: 0.57 and the lightness value of add76c is 0.63.

The process color (four color CMYK) of #add76c color hex is 0.20, 0.00, 0.50, 0.16. Web safe color of #add76c is #99cc66. Color #add76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 01101100
Octal 255 327 154
Decimal 173 215 108
Hex AD D7 6C

RGB Percentages of Color #add76c

%34.88
%43.35
%21.77

CMYK Percentages of Color #add76c

%20
%0
%50
%16

Triadic Colors of #add76c

#add76c #6cadd7 #d76cad

Analogous Colors of #add76c

#add76c #78d76c #d7cc6c

Monochromatic Colors of #add76c

#add76c

Complementary Color

#add76c #966cd7

#add76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#add76c Color CSS Codes

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

#add76c Text Font Color

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

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


#add76c Background Color

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

This div background color is #add76c


#add76c Border Color

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

This div border color is #add76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add76c


Comments

No comments written yet.

Please login to write comment.