Color Hex Logo

#add0bd Color Hex

#ADD0BD
(173,208,189)
0 Favorites   0 Comments

Color spaces of #add0bd

RGB 173208189
HSL0.410.270.75
HSV147°17°82°
CMYK 0.170.000.09   0.18
XYZ48.974857.670156.6943
Yxy57.67010.29980.3531
Hunter Lab75.9408-17.78058.8951
CIE-Lab80.5550-15.33595.5740

#add0bd color RGB value is (173,208,189).

#add0bd hex color red value is 173, green value is 208 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #add0bd hue: 0.41 , saturation: 0.27 and the lightness value of add0bd is 0.75.

The process color (four color CMYK) of #add0bd color hex is 0.17, 0.00, 0.09, 0.18. Web safe color of #add0bd is #99cccc. Color #add0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10111101
Octal 255 320 275
Decimal 173 208 189
Hex AD D0 BD

RGB Percentages of Color #add0bd

%30.35
%36.49
%33.16

CMYK Percentages of Color #add0bd

%17
%0
%9
%18

Triadic Colors of #add0bd

#add0bd #bdadd0 #d0bdad

Analogous Colors of #add0bd

#add0bd #add0cf #afd0ad

Monochromatic Colors of #add0bd

#add0bd

Complementary Color

#add0bd #d0adc0

#add0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add0bd Color CSS Codes

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

#add0bd Text Font Color

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

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


#add0bd Background Color

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

This div background color is #add0bd


#add0bd Border Color

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

This div border color is #add0bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,208,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 #add0bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add0bd


Comments

No comments written yet.

Please login to write comment.