Color Hex Logo

#addb6f Color Hex

#ADDB6F
(173,219,111)
0 Favorites   0 Comments

Color spaces of #addb6f

RGB 173219111
HSL0.240.600.65
HSV86°49°86°
CMYK 0.210.000.49   0.14
XYZ45.434360.695024.3596
Yxy60.69500.34820.4651
Hunter Lab77.9070-32.238535.9964
CIE-Lab82.2145-32.390847.9219

#addb6f color RGB value is (173,219,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 01101111
Octal 255 333 157
Decimal 173 219 111
Hex AD DB 6F

RGB Percentages of Color #addb6f

%34.39
%43.54
%22.07

CMYK Percentages of Color #addb6f

%21
%0
%49
%14

Triadic Colors of #addb6f

#addb6f #6faddb #db6fad

Analogous Colors of #addb6f

#addb6f #77db6f #dbd36f

Monochromatic Colors of #addb6f

#addb6f

Complementary Color

#addb6f #9d6fdb

#addb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb6f Color CSS Codes

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

#addb6f Text Font Color

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

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


#addb6f Background Color

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

This div background color is #addb6f


#addb6f Border Color

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

This div border color is #addb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb6f


Comments

No comments written yet.

Please login to write comment.