Color Hex Logo

#add29f Color Hex

#ADD29F
(173,210,159)
0 Favorites   0 Comments

Color spaces of #add29f

RGB 173210159
HSL0.290.360.72
HSV104°24°82°
CMYK 0.180.000.24   0.18
XYZ46.538257.480641.4429
Yxy57.48060.31990.3952
Hunter Lab75.8160-23.109120.6618
CIE-Lab80.4492-21.640621.3499

#add29f color RGB value is (173,210,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 10011111
Octal 255 322 237
Decimal 173 210 159
Hex AD D2 9F

RGB Percentages of Color #add29f

%31.92
%38.75
%29.34

CMYK Percentages of Color #add29f

%18
%0
%24
%18

Triadic Colors of #add29f

#add29f #9fadd2 #d29fad

Analogous Colors of #add29f

#add29f #9fd2ab #c7d29f

Monochromatic Colors of #add29f

#add29f

Complementary Color

#add29f #c49fd2

#add29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add29f Color CSS Codes

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

#add29f Text Font Color

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

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


#add29f Background Color

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

This div background color is #add29f


#add29f Border Color

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

This div border color is #add29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add29f


Comments

No comments written yet.

Please login to write comment.