Color Hex Logo

#addb79 Color Hex

#ADDB79
(173,219,121)
0 Favorites   0 Comments

Color spaces of #addb79

RGB 173219121
HSL0.240.580.67
HSV88°45°86°
CMYK 0.210.000.45   0.14
XYZ46.016360.927727.4241
Yxy60.92770.34250.4534
Hunter Lab78.0562-31.367633.8085
CIE-Lab82.3399-31.268943.2464

#addb79 color RGB value is (173,219,121).

#addb79 hex color red value is 173, green value is 219 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #addb79 hue: 0.24 , saturation: 0.58 and the lightness value of addb79 is 0.67.

The process color (four color CMYK) of #addb79 color hex is 0.21, 0.00, 0.45, 0.14. Web safe color of #addb79 is #99cc66. Color #addb79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 01111001
Octal 255 333 171
Decimal 173 219 121
Hex AD DB 79

RGB Percentages of Color #addb79

%33.72
%42.69
%23.59

CMYK Percentages of Color #addb79

%21
%0
%45
%14

Triadic Colors of #addb79

#addb79 #79addb #db79ad

Analogous Colors of #addb79

#addb79 #7cdb79 #dbd879

Monochromatic Colors of #addb79

#addb79

Complementary Color

#addb79 #a779db

#addb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb79 Color CSS Codes

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

#addb79 Text Font Color

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

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


#addb79 Background Color

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

This div background color is #addb79


#addb79 Border Color

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

This div border color is #addb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb79


Comments

No comments written yet.

Please login to write comment.