Color Hex Logo

#add97f Color Hex

#ADD97F
(173,217,127)
0 Favorites   0 Comments

Color spaces of #add97f

RGB 173217127
HSL0.250.540.67
HSV89°41°85°
CMYK 0.200.000.41   0.15
XYZ45.877260.042329.2500
Yxy60.04230.33940.4442
Hunter Lab77.4870-29.918931.8599
CIE-Lab81.8612-29.601639.6780

#add97f color RGB value is (173,217,127).

#add97f hex color red value is 173, green value is 217 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #add97f hue: 0.25 , saturation: 0.54 and the lightness value of add97f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 01111111
Octal 255 331 177
Decimal 173 217 127
Hex AD D9 7F

RGB Percentages of Color #add97f

%33.46
%41.97
%24.56

CMYK Percentages of Color #add97f

%20
%0
%41
%15

Triadic Colors of #add97f

#add97f #7fadd9 #d97fad

Analogous Colors of #add97f

#add97f #80d97f #d9d87f

Monochromatic Colors of #add97f

#add97f

Complementary Color

#add97f #ab7fd9

#add97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add97f Color CSS Codes

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

#add97f Text Font Color

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

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


#add97f Background Color

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

This div background color is #add97f


#add97f Border Color

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

This div border color is #add97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add97f


Comments

No comments written yet.

Please login to write comment.