Color Hex Logo

#addb8e Color Hex

#ADDB8E
(173,219,142)
0 Favorites   0 Comments

Color spaces of #addb8e

RGB 173219142
HSL0.270.520.71
HSV96°35°86°
CMYK 0.210.000.35   0.14
XYZ47.447661.500334.9612
Yxy61.50030.32970.4274
Hunter Lab78.4221-29.241228.4635
CIE-Lab82.6470-28.563633.1278

#addb8e color RGB value is (173,219,142).

#addb8e hex color red value is 173, green value is 219 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #addb8e hue: 0.27 , saturation: 0.52 and the lightness value of addb8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 10001110
Octal 255 333 216
Decimal 173 219 142
Hex AD DB 8E

RGB Percentages of Color #addb8e

%32.40
%41.01
%26.59

CMYK Percentages of Color #addb8e

%21
%0
%35
%14

Triadic Colors of #addb8e

#addb8e #8eaddb #db8ead

Analogous Colors of #addb8e

#addb8e #8edb96 #d4db8e

Monochromatic Colors of #addb8e

#addb8e

Complementary Color

#addb8e #bc8edb

#addb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#addb8e Color CSS Codes

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

#addb8e Text Font Color

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

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


#addb8e Background Color

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

This div background color is #addb8e


#addb8e Border Color

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

This div border color is #addb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addb8e


Comments

No comments written yet.

Please login to write comment.