Color Hex Logo

#add19f Color Hex

#ADD19F
(173,209,159)
0 Favorites   0 Comments

Color spaces of #add19f

RGB 173209159
HSL0.290.350.72
HSV103°24°82°
CMYK 0.170.000.24   0.18
XYZ46.292156.988441.3609
Yxy56.98840.32000.3940
Hunter Lab75.4907-22.649620.3588
CIE-Lab80.1731-21.146520.9696

#add19f color RGB value is (173,209,159).

#add19f hex color red value is 173, green value is 209 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #add19f hue: 0.29 , saturation: 0.35 and the lightness value of add19f is 0.72.

The process color (four color CMYK) of #add19f color hex is 0.17, 0.00, 0.24, 0.18. Web safe color of #add19f is #99cc99. Color #add19f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 10011111
Octal 255 321 237
Decimal 173 209 159
Hex AD D1 9F

RGB Percentages of Color #add19f

%31.98
%38.63
%29.39

CMYK Percentages of Color #add19f

%17
%0
%24
%18

Triadic Colors of #add19f

#add19f #9fadd1 #d19fad

Analogous Colors of #add19f

#add19f #9fd1aa #c6d19f

Monochromatic Colors of #add19f

#add19f

Complementary Color

#add19f #c39fd1

#add19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add19f Color CSS Codes

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

#add19f Text Font Color

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

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


#add19f Background Color

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

This div background color is #add19f


#add19f Border Color

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

This div border color is #add19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add19f


Comments

No comments written yet.

Please login to write comment.