Color Hex Logo

#addc76 Color Hex

#ADDC76
(173,220,118)
0 Favorites   0 Comments

Color spaces of #addc76

RGB 173220118
HSL0.240.590.66
HSV88°46°86°
CMYK 0.210.000.46   0.14
XYZ46.096861.378626.5572
Yxy61.37860.34390.4579
Hunter Lab78.3445-32.076034.7430
CIE-Lab82.5819-32.083245.0088

#addc76 color RGB value is (173,220,118).

#addc76 hex color red value is 173, green value is 220 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #addc76 hue: 0.24 , saturation: 0.59 and the lightness value of addc76 is 0.66.

The process color (four color CMYK) of #addc76 color hex is 0.21, 0.00, 0.46, 0.14. Web safe color of #addc76 is #99cc66. Color #addc76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 01110110
Octal 255 334 166
Decimal 173 220 118
Hex AD DC 76

RGB Percentages of Color #addc76

%33.86
%43.05
%23.09

CMYK Percentages of Color #addc76

%21
%0
%46
%14

Triadic Colors of #addc76

#addc76 #76addc #dc76ad

Analogous Colors of #addc76

#addc76 #7adc76 #dcd876

Monochromatic Colors of #addc76

#addc76

Complementary Color

#addc76 #a576dc

#addc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc76 Color CSS Codes

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

#addc76 Text Font Color

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

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


#addc76 Background Color

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

This div background color is #addc76


#addc76 Border Color

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

This div border color is #addc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc76


Comments

No comments written yet.

Please login to write comment.