Color Hex Logo

#addc20 Color Hex

#ADDC20
(173,220,32)
0 Favorites   0 Comments

Color spaces of #addc20

RGB 17322032
HSL0.210.750.49
HSV75°85°86°
CMYK 0.210.000.85   0.14
XYZ43.087560.174910.7105
Yxy60.17490.37810.5280
Hunter Lab77.5725-36.604346.1145
CIE-Lab81.9332-38.028776.5266

#addc20 color RGB value is (173,220,32).

#addc20 hex color red value is 173, green value is 220 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #addc20 hue: 0.21 , saturation: 0.75 and the lightness value of addc20 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 00100000
Octal 255 334 40
Decimal 173 220 32
Hex AD DC 20

RGB Percentages of Color #addc20

%40.71
%51.76
%7.53

CMYK Percentages of Color #addc20

%21
%0
%85
%14

Triadic Colors of #addc20

#addc20 #20addc #dc20ad

Analogous Colors of #addc20

#addc20 #4fdc20 #dcad20

Monochromatic Colors of #addc20

#addc20

Complementary Color

#addc20 #4f20dc

#addc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc20 Color CSS Codes

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

#addc20 Text Font Color

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

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


#addc20 Background Color

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

This div background color is #addc20


#addc20 Border Color

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

This div border color is #addc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc20


Comments

No comments written yet.

Please login to write comment.