Color Hex Logo

#addd81 Color Hex

#ADDD81
(173,221,129)
0 Favorites   0 Comments

Color spaces of #addd81

RGB 173221129
HSL0.250.580.69
HSV91°42°87°
CMYK 0.220.000.42   0.13
XYZ47.052562.182130.2913
Yxy62.18210.33720.4457
Hunter Lab78.8556-31.487932.4235
CIE-Lab83.0102-31.233140.1454

#addd81 color RGB value is (173,221,129).

#addd81 hex color red value is 173, green value is 221 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #addd81 hue: 0.25 , saturation: 0.58 and the lightness value of addd81 is 0.69.

The process color (four color CMYK) of #addd81 color hex is 0.22, 0.00, 0.42, 0.13. Web safe color of #addd81 is #99cc99. Color #addd81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 10000001
Octal 255 335 201
Decimal 173 221 129
Hex AD DD 81

RGB Percentages of Color #addd81

%33.08
%42.26
%24.67

CMYK Percentages of Color #addd81

%22
%0
%42
%13

Triadic Colors of #addd81

#addd81 #81addd #dd81ad

Analogous Colors of #addd81

#addd81 #81dd83 #dbdd81

Monochromatic Colors of #addd81

#addd81

Complementary Color

#addd81 #b181dd

#addd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd81 Color CSS Codes

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

#addd81 Text Font Color

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

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


#addd81 Background Color

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

This div background color is #addd81


#addd81 Border Color

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

This div border color is #addd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd81


Comments

No comments written yet.

Please login to write comment.