Color Hex Logo

#add86e Color Hex

#ADD86E
(173,216,110)
0 Favorites   0 Comments

Color spaces of #add86e

RGB 173216110
HSL0.230.580.64
HSV84°49°85°
CMYK 0.200.000.49   0.15
XYZ44.603959.121823.8126
Yxy59.12180.34970.4636
Hunter Lab76.8907-31.011835.4617
CIE-Lab81.3585-31.097647.3617

#add86e color RGB value is (173,216,110).

#add86e hex color red value is 173, green value is 216 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #add86e hue: 0.23 , saturation: 0.58 and the lightness value of add86e is 0.64.

The process color (four color CMYK) of #add86e color hex is 0.20, 0.00, 0.49, 0.15. Web safe color of #add86e is #99cc66. Color #add86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 01101110
Octal 255 330 156
Decimal 173 216 110
Hex AD D8 6E

RGB Percentages of Color #add86e

%34.67
%43.29
%22.04

CMYK Percentages of Color #add86e

%20
%0
%49
%15

Triadic Colors of #add86e

#add86e #6eadd8 #d86ead

Analogous Colors of #add86e

#add86e #78d86e #d8ce6e

Monochromatic Colors of #add86e

#add86e

Complementary Color

#add86e #996ed8

#add86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#add86e Color CSS Codes

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

#add86e Text Font Color

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

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


#add86e Background Color

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

This div background color is #add86e


#add86e Border Color

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

This div border color is #add86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add86e


Comments

No comments written yet.

Please login to write comment.