Color Hex Logo

#addd2f Color Hex

#ADDD2F
(173,221,47)
0 Favorites   0 Comments

Color spaces of #addd2f

RGB 17322147
HSL0.210.720.53
HSV77°79°87°
CMYK 0.220.000.79   0.13
XYZ43.603160.802412.1272
Yxy60.80240.37420.5218
Hunter Lab77.9759-36.642945.3620
CIE-Lab82.2724-37.964973.2082

#addd2f color RGB value is (173,221,47).

#addd2f hex color red value is 173, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #addd2f hue: 0.21 , saturation: 0.72 and the lightness value of addd2f is 0.53.

The process color (four color CMYK) of #addd2f color hex is 0.22, 0.00, 0.79, 0.13. Web safe color of #addd2f is #99cc33. Color #addd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 00101111
Octal 255 335 57
Decimal 173 221 47
Hex AD DD 2F

RGB Percentages of Color #addd2f

%39.23
%50.11
%10.66

CMYK Percentages of Color #addd2f

%22
%0
%79
%13

Triadic Colors of #addd2f

#addd2f #2faddd #dd2fad

Analogous Colors of #addd2f

#addd2f #56dd2f #ddb62f

Monochromatic Colors of #addd2f

#addd2f

Complementary Color

#addd2f #5f2fdd

#addd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd2f Color CSS Codes

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

#addd2f Text Font Color

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

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


#addd2f Background Color

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

This div background color is #addd2f


#addd2f Border Color

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

This div border color is #addd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd2f


Comments

No comments written yet.

Please login to write comment.