Color Hex Logo

#addebd Color Hex

#ADDEBD
(173,222,189)
0 Favorites   0 Comments

Color spaces of #addebd

RGB 173222189
HSL0.390.430.77
HSV140°22°87°
CMYK 0.220.000.15   0.13
XYZ52.540264.800957.8828
Yxy64.80090.29980.3698
Hunter Lab80.4990-24.369613.7168
CIE-Lab84.3810-22.326911.0540

#addebd color RGB value is (173,222,189).

#addebd hex color red value is 173, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #addebd hue: 0.39 , saturation: 0.43 and the lightness value of addebd is 0.77.

The process color (four color CMYK) of #addebd color hex is 0.22, 0.00, 0.15, 0.13. Web safe color of #addebd is #99cccc. Color #addebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 10111101
Octal 255 336 275
Decimal 173 222 189
Hex AD DE BD

RGB Percentages of Color #addebd

%29.62
%38.01
%32.36

CMYK Percentages of Color #addebd

%22
%0
%15
%13

Triadic Colors of #addebd

#addebd #bdadde #debdad

Analogous Colors of #addebd

#addebd #added6 #b6dead

Monochromatic Colors of #addebd

#addebd

Complementary Color

#addebd #deadce

#addebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addebd Color CSS Codes

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

#addebd Text Font Color

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

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


#addebd Background Color

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

This div background color is #addebd


#addebd Border Color

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

This div border color is #addebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addebd


Comments

No comments written yet.

Please login to write comment.