Color Hex Logo

#addc8b Color Hex

#ADDC8B
(173,220,139)
0 Favorites   0 Comments

Color spaces of #addc8b

RGB 173220139
HSL0.260.540.70
HSV95°37°86°
CMYK 0.210.000.37   0.14
XYZ47.487061.934733.8779
Yxy61.93470.33140.4322
Hunter Lab78.6986-30.015129.5661
CIE-Lab82.8787-29.452634.9567

#addc8b color RGB value is (173,220,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10001011
Octal 255 334 213
Decimal 173 220 139
Hex AD DC 8B

RGB Percentages of Color #addc8b

%32.52
%41.35
%26.13

CMYK Percentages of Color #addc8b

%21
%0
%37
%14

Triadic Colors of #addc8b

#addc8b #8baddc #dc8bad

Analogous Colors of #addc8b

#addc8b #8bdc92 #d6dc8b

Monochromatic Colors of #addc8b

#addc8b

Complementary Color

#addc8b #ba8bdc

#addc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc8b Color CSS Codes

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

#addc8b Text Font Color

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

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


#addc8b Background Color

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

This div background color is #addc8b


#addc8b Border Color

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

This div border color is #addc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc8b


Comments

No comments written yet.

Please login to write comment.