Color Hex Logo

#addf47 Color Hex

#ADDF47
(173,223,71)
0 Favorites   0 Comments

Color spaces of #addf47

RGB 17322371
HSL0.220.700.58
HSV80°68°87°
CMYK 0.220.000.68   0.13
XYZ44.758662.114515.5915
Yxy62.11450.36550.5072
Hunter Lab78.8128-36.550343.4396
CIE-Lab82.9743-37.613566.0114

#addf47 color RGB value is (173,223,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 01000111
Octal 255 337 107
Decimal 173 223 71
Hex AD DF 47

RGB Percentages of Color #addf47

%37.04
%47.75
%15.20

CMYK Percentages of Color #addf47

%22
%0
%68
%13

Triadic Colors of #addf47

#addf47 #47addf #df47ad

Analogous Colors of #addf47

#addf47 #61df47 #dfc547

Monochromatic Colors of #addf47

#addf47

Complementary Color

#addf47 #7947df

#addf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf47 Color CSS Codes

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

#addf47 Text Font Color

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

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


#addf47 Background Color

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

This div background color is #addf47


#addf47 Border Color

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

This div border color is #addf47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf47


Comments

No comments written yet.

Please login to write comment.