Color Hex Logo

#addb7d Color Hex

#ADDB7D
(173,219,125)
0 Favorites   0 Comments

Color spaces of #addb7d

RGB 173219125
HSL0.250.570.67
HSV89°43°86°
CMYK 0.210.000.43   0.14
XYZ46.266861.027928.7431
Yxy61.02790.34010.4486
Hunter Lab78.1204-30.994032.8695
CIE-Lab82.3937-30.790041.3460

#addb7d color RGB value is (173,219,125).

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

The process color (four color CMYK) of #addb7d color hex is 0.21, 0.00, 0.43, 0.14. Web safe color of #addb7d is #99cc66. Color #addb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 01111101
Octal 255 333 175
Decimal 173 219 125
Hex AD DB 7D

RGB Percentages of Color #addb7d

%33.46
%42.36
%24.18

CMYK Percentages of Color #addb7d

%21
%0
%43
%14

Triadic Colors of #addb7d

#addb7d #7daddb #db7dad

Analogous Colors of #addb7d

#addb7d #7edb7d #dbda7d

Monochromatic Colors of #addb7d

#addb7d

Complementary Color

#addb7d #ab7ddb

#addb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb7d Color CSS Codes

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

#addb7d Text Font Color

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

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


#addb7d Background Color

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

This div background color is #addb7d


#addb7d Border Color

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

This div border color is #addb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb7d


Comments

No comments written yet.

Please login to write comment.