Color Hex Logo

#addd47 Color Hex

#ADDD47
(173,221,71)
0 Favorites   0 Comments

Color spaces of #addd47

RGB 17322171
HSL0.220.690.57
HSV79°68°87°
CMYK 0.220.000.68   0.13
XYZ44.227461.052115.4144
Yxy61.05210.36640.5058
Hunter Lab78.1358-35.701042.9985
CIE-Lab82.4067-36.712265.4305

#addd47 color RGB value is (173,221,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 01000111
Octal 255 335 107
Decimal 173 221 71
Hex AD DD 47

RGB Percentages of Color #addd47

%37.20
%47.53
%15.27

CMYK Percentages of Color #addd47

%22
%0
%68
%13

Triadic Colors of #addd47

#addd47 #47addd #dd47ad

Analogous Colors of #addd47

#addd47 #62dd47 #ddc247

Monochromatic Colors of #addd47

#addd47

Complementary Color

#addd47 #7747dd

#addd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd47 Color CSS Codes

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

#addd47 Text Font Color

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

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


#addd47 Background Color

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

This div background color is #addd47


#addd47 Border Color

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

This div border color is #addd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd47


Comments

No comments written yet.

Please login to write comment.