Color Hex Logo

#addc4c Color Hex

#ADDC4C
(173,220,76)
0 Favorites   0 Comments

Color spaces of #addc4c

RGB 17322076
HSL0.220.670.58
HSV80°65°86°
CMYK 0.210.000.65   0.14
XYZ44.131360.592416.2070
Yxy60.59240.36490.5011
Hunter Lab77.8411-35.023042.1442
CIE-Lab82.1591-35.925863.2468

#addc4c color RGB value is (173,220,76).

#addc4c hex color red value is 173, green value is 220 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #addc4c hue: 0.22 , saturation: 0.67 and the lightness value of addc4c is 0.58.

The process color (four color CMYK) of #addc4c color hex is 0.21, 0.00, 0.65, 0.14. Web safe color of #addc4c is #99cc33. Color #addc4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 01001100
Octal 255 334 114
Decimal 173 220 76
Hex AD DC 4C

RGB Percentages of Color #addc4c

%36.89
%46.91
%16.20

CMYK Percentages of Color #addc4c

%21
%0
%65
%14

Triadic Colors of #addc4c

#addc4c #4caddc #dc4cad

Analogous Colors of #addc4c

#addc4c #65dc4c #dcc34c

Monochromatic Colors of #addc4c

#addc4c

Complementary Color

#addc4c #7b4cdc

#addc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc4c Color CSS Codes

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

#addc4c Text Font Color

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

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


#addc4c Background Color

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

This div background color is #addc4c


#addc4c Border Color

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

This div border color is #addc4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc4c


Comments

No comments written yet.

Please login to write comment.