Color Hex Logo

#addd1f Color Hex

#ADDD1F
(173,221,31)
0 Favorites   0 Comments

Color spaces of #addd1f

RGB 17322131
HSL0.210.750.49
HSV75°86°87°
CMYK 0.220.000.86   0.13
XYZ43.337460.696110.7277
Yxy60.69610.37760.5289
Hunter Lab77.9077-37.045046.3713
CIE-Lab82.2151-38.502876.9633

#addd1f color RGB value is (173,221,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 00011111
Octal 255 335 37
Decimal 173 221 31
Hex AD DD 1F

RGB Percentages of Color #addd1f

%40.71
%52.00
%7.29

CMYK Percentages of Color #addd1f

%22
%0
%86
%13

Triadic Colors of #addd1f

#addd1f #1faddd #dd1fad

Analogous Colors of #addd1f

#addd1f #4edd1f #ddae1f

Monochromatic Colors of #addd1f

#addd1f

Complementary Color

#addd1f #4f1fdd

#addd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd1f Color CSS Codes

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

#addd1f Text Font Color

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

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


#addd1f Background Color

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

This div background color is #addd1f


#addd1f Border Color

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

This div border color is #addd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd1f


Comments

No comments written yet.

Please login to write comment.