Color Hex Logo

#addc86 Color Hex

#ADDC86
(173,220,134)
0 Favorites   0 Comments

Color spaces of #addc86

RGB 173220134
HSL0.260.550.69
HSV93°39°86°
CMYK 0.210.000.39   0.14
XYZ47.129961.791931.9973
Yxy61.79190.33440.4385
Hunter Lab78.6078-30.542730.8915
CIE-Lab82.8026-30.121837.3812

#addc86 color RGB value is (173,220,134).

#addc86 hex color red value is 173, green value is 220 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #addc86 hue: 0.26 , saturation: 0.55 and the lightness value of addc86 is 0.69.

The process color (four color CMYK) of #addc86 color hex is 0.21, 0.00, 0.39, 0.14. Web safe color of #addc86 is #99cc99. Color #addc86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10000110
Octal 255 334 206
Decimal 173 220 134
Hex AD DC 86

RGB Percentages of Color #addc86

%32.83
%41.75
%25.43

CMYK Percentages of Color #addc86

%21
%0
%39
%14

Triadic Colors of #addc86

#addc86 #86addc #dc86ad

Analogous Colors of #addc86

#addc86 #86dc8a #d8dc86

Monochromatic Colors of #addc86

#addc86

Complementary Color

#addc86 #b586dc

#addc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc86 Color CSS Codes

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

#addc86 Text Font Color

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

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


#addc86 Background Color

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

This div background color is #addc86


#addc86 Border Color

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

This div border color is #addc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc86


Comments

No comments written yet.

Please login to write comment.