Color Hex Logo

#addd3f Color Hex

#ADDD3F
(173,221,63)
0 Favorites   0 Comments

Color spaces of #addd3f

RGB 17322163
HSL0.220.700.56
HSV78°71°87°
CMYK 0.220.000.71   0.13
XYZ43.987260.956014.1499
Yxy60.95600.36940.5118
Hunter Lab78.0743-36.062943.9065
CIE-Lab82.3551-37.192368.2735

#addd3f color RGB value is (173,221,63).

#addd3f hex color red value is 173, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #addd3f hue: 0.22 , saturation: 0.70 and the lightness value of addd3f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 00111111
Octal 255 335 77
Decimal 173 221 63
Hex AD DD 3F

RGB Percentages of Color #addd3f

%37.86
%48.36
%13.79

CMYK Percentages of Color #addd3f

%22
%0
%71
%13

Triadic Colors of #addd3f

#addd3f #3faddd #dd3fad

Analogous Colors of #addd3f

#addd3f #5edd3f #ddbe3f

Monochromatic Colors of #addd3f

#addd3f

Complementary Color

#addd3f #6f3fdd

#addd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd3f Color CSS Codes

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

#addd3f Text Font Color

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

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


#addd3f Background Color

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

This div background color is #addd3f


#addd3f Border Color

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

This div border color is #addd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd3f


Comments

No comments written yet.

Please login to write comment.