Color Hex Logo

#add49f Color Hex

#ADD49F
(173,212,159)
0 Favorites   0 Comments

Color spaces of #add49f

RGB 173212159
HSL0.290.380.73
HSV104°25°83°
CMYK 0.180.000.25   0.17
XYZ47.035158.474441.6086
Yxy58.47440.31970.3975
Hunter Lab76.4686-24.026321.2667
CIE-Lab81.0018-22.625222.1099

#add49f color RGB value is (173,212,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010100 10011111
Octal 255 324 237
Decimal 173 212 159
Hex AD D4 9F

RGB Percentages of Color #add49f

%31.80
%38.97
%29.23

CMYK Percentages of Color #add49f

%18
%0
%25
%17

Triadic Colors of #add49f

#add49f #9fadd4 #d49fad

Analogous Colors of #add49f

#add49f #9fd4ac #c8d49f

Monochromatic Colors of #add49f

#add49f

Complementary Color

#add49f #c69fd4

#add49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add49f Color CSS Codes

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

#add49f Text Font Color

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

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


#add49f Background Color

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

This div background color is #add49f


#add49f Border Color

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

This div border color is #add49f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,212,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 #add49f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add49f


Comments

No comments written yet.

Please login to write comment.