Color Hex Logo

#addb82 Color Hex

#ADDB82
(173,219,130)
0 Favorites   0 Comments

Color spaces of #addb82

RGB 173219130
HSL0.250.550.68
HSV91°41°86°
CMYK 0.210.000.41   0.14
XYZ46.594461.159030.4682
Yxy61.15900.33710.4425
Hunter Lab78.2042-30.506331.6437
CIE-Lab82.4641-30.167438.9504

#addb82 color RGB value is (173,219,130).

#addb82 hex color red value is 173, green value is 219 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #addb82 hue: 0.25 , saturation: 0.55 and the lightness value of addb82 is 0.68.

The process color (four color CMYK) of #addb82 color hex is 0.21, 0.00, 0.41, 0.14. Web safe color of #addb82 is #99cc99. Color #addb82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10000010
Octal 255 333 202
Decimal 173 219 130
Hex AD DB 82

RGB Percentages of Color #addb82

%33.14
%41.95
%24.90

CMYK Percentages of Color #addb82

%21
%0
%41
%14

Triadic Colors of #addb82

#addb82 #82addb #db82ad

Analogous Colors of #addb82

#addb82 #82db84 #dadb82

Monochromatic Colors of #addb82

#addb82

Complementary Color

#addb82 #b082db

#addb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb82 Color CSS Codes

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

#addb82 Text Font Color

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

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


#addb82 Background Color

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

This div background color is #addb82


#addb82 Border Color

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

This div border color is #addb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb82


Comments

No comments written yet.

Please login to write comment.