Color Hex Logo

#add991 Color Hex

#ADD991
(173,217,145)
0 Favorites   0 Comments

Color spaces of #add991

RGB 173217145
HSL0.270.490.71
HSV97°33°85°
CMYK 0.200.000.33   0.15
XYZ47.157360.554335.9908
Yxy60.55430.32820.4214
Hunter Lab77.8166-28.007227.0496
CIE-Lab82.1386-27.182730.9198

#add991 color RGB value is (173,217,145).

#add991 hex color red value is 173, green value is 217 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #add991 hue: 0.27 , saturation: 0.49 and the lightness value of add991 is 0.71.

The process color (four color CMYK) of #add991 color hex is 0.20, 0.00, 0.33, 0.15. Web safe color of #add991 is #99cc99. Color #add991 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 10010001
Octal 255 331 221
Decimal 173 217 145
Hex AD D9 91

RGB Percentages of Color #add991

%32.34
%40.56
%27.10

CMYK Percentages of Color #add991

%20
%0
%33
%15

Triadic Colors of #add991

#add991 #91add9 #d991ad

Analogous Colors of #add991

#add991 #91d999 #d1d991

Monochromatic Colors of #add991

#add991

Complementary Color

#add991 #bd91d9

#add991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add991 Color CSS Codes

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

#add991 Text Font Color

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

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


#add991 Background Color

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

This div background color is #add991


#add991 Border Color

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

This div border color is #add991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add991


Comments

No comments written yet.

Please login to write comment.