Color Hex Logo

#addd91 Color Hex

#ADDD91
(173,221,145)
0 Favorites   0 Comments

Color spaces of #addd91

RGB 173221145
HSL0.270.530.72
HSV98°34°87°
CMYK 0.220.000.34   0.13
XYZ48.200962.641536.3386
Yxy62.64150.32750.4256
Hunter Lab79.1464-29.798028.1806
CIE-Lab83.2534-29.089432.3979

#addd91 color RGB value is (173,221,145).

#addd91 hex color red value is 173, green value is 221 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #addd91 hue: 0.27 , saturation: 0.53 and the lightness value of addd91 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 10010001
Octal 255 335 221
Decimal 173 221 145
Hex AD DD 91

RGB Percentages of Color #addd91

%32.10
%41.00
%26.90

CMYK Percentages of Color #addd91

%22
%0
%34
%13

Triadic Colors of #addd91

#addd91 #91addd #dd91ad

Analogous Colors of #addd91

#addd91 #91dd9b #d3dd91

Monochromatic Colors of #addd91

#addd91

Complementary Color

#addd91 #c191dd

#addd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addd91 Color CSS Codes

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

#addd91 Text Font Color

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

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


#addd91 Background Color

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

This div background color is #addd91


#addd91 Border Color

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

This div border color is #addd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addd91


Comments

No comments written yet.

Please login to write comment.