Color Hex Logo

#add220 Color Hex

#ADD220
(173,210,32)
0 Favorites   0 Comments

Color spaces of #add220

RGB 17321032
HSL0.200.740.47
HSV72°85°82°
CMYK 0.180.000.85   0.18
XYZ40.540955.08179.8616
Yxy55.08170.38430.5222
Hunter Lab74.2170-32.374644.0738
CIE-Lab79.0883-33.487674.1282

#add220 color RGB value is (173,210,32).

#add220 hex color red value is 173, green value is 210 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #add220 hue: 0.20 , saturation: 0.74 and the lightness value of add220 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 00100000
Octal 255 322 40
Decimal 173 210 32
Hex AD D2 20

RGB Percentages of Color #add220

%41.69
%50.60
%7.71

CMYK Percentages of Color #add220

%18
%0
%85
%18

Triadic Colors of #add220

#add220 #20add2 #d220ad

Analogous Colors of #add220

#add220 #54d220 #d29e20

Monochromatic Colors of #add220

#add220

Complementary Color

#add220 #4520d2

#add220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add220 Color CSS Codes

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

#add220 Text Font Color

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

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


#add220 Background Color

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

This div background color is #add220


#add220 Border Color

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

This div border color is #add220


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,210,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 #add220">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add220


Comments

No comments written yet.

Please login to write comment.