Color Hex Logo

#addb8a Color Hex

#ADDB8A
(173,219,138)
0 Favorites   0 Comments

Color spaces of #addb8a

RGB 173219138
HSL0.260.530.70
HSV94°37°86°
CMYK 0.210.000.37   0.14
XYZ47.152561.382333.4075
Yxy61.38230.33220.4324
Hunter Lab78.3469-29.678029.5612
CIE-Lab82.5838-29.115535.0785

#addb8a color RGB value is (173,219,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10001010
Octal 255 333 212
Decimal 173 219 138
Hex AD DB 8A

RGB Percentages of Color #addb8a

%32.64
%41.32
%26.04

CMYK Percentages of Color #addb8a

%21
%0
%37
%14

Triadic Colors of #addb8a

#addb8a #8aaddb #db8aad

Analogous Colors of #addb8a

#addb8a #8adb90 #d6db8a

Monochromatic Colors of #addb8a

#addb8a

Complementary Color

#addb8a #b88adb

#addb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb8a Color CSS Codes

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

#addb8a Text Font Color

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

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


#addb8a Background Color

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

This div background color is #addb8a


#addb8a Border Color

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

This div border color is #addb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb8a


Comments

No comments written yet.

Please login to write comment.