Color Hex Logo

#add88f Color Hex

#ADD88F
(173,216,143)
0 Favorites   0 Comments

Color spaces of #add88f

RGB 173216143
HSL0.260.480.70
HSV95°34°85°
CMYK 0.200.000.34   0.15
XYZ46.747459.979135.0999
Yxy59.97910.32960.4229
Hunter Lab77.4462-27.786227.3411
CIE-Lab81.8268-26.989331.5329

#add88f color RGB value is (173,216,143).

#add88f hex color red value is 173, green value is 216 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #add88f hue: 0.26 , saturation: 0.48 and the lightness value of add88f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 10001111
Octal 255 330 217
Decimal 173 216 143
Hex AD D8 8F

RGB Percentages of Color #add88f

%32.52
%40.60
%26.88

CMYK Percentages of Color #add88f

%20
%0
%34
%15

Triadic Colors of #add88f

#add88f #8fadd8 #d88fad

Analogous Colors of #add88f

#add88f #8fd896 #d2d88f

Monochromatic Colors of #add88f

#add88f

Complementary Color

#add88f #ba8fd8

#add88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#add88f Color CSS Codes

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

#add88f Text Font Color

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

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


#add88f Background Color

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

This div background color is #add88f


#add88f Border Color

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

This div border color is #add88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add88f


Comments

No comments written yet.

Please login to write comment.