Color Hex Logo

#add7bd Color Hex

#ADD7BD
(173,215,189)
0 Favorites   0 Comments

Color spaces of #add7bd

RGB 173215189
HSL0.400.340.76
HSV143°20°84°
CMYK 0.200.000.12   0.16
XYZ50.719361.159257.2758
Yxy61.15920.29980.3616
Hunter Lab78.2043-21.091711.3199
CIE-Lab82.4643-18.86138.3176

#add7bd color RGB value is (173,215,189).

#add7bd hex color red value is 173, green value is 215 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #add7bd hue: 0.40 , saturation: 0.34 and the lightness value of add7bd is 0.76.

The process color (four color CMYK) of #add7bd color hex is 0.20, 0.00, 0.12, 0.16. Web safe color of #add7bd is #99cccc. Color #add7bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 10111101
Octal 255 327 275
Decimal 173 215 189
Hex AD D7 BD

RGB Percentages of Color #add7bd

%29.98
%37.26
%32.76

CMYK Percentages of Color #add7bd

%20
%0
%12
%16

Triadic Colors of #add7bd

#add7bd #bdadd7 #d7bdad

Analogous Colors of #add7bd

#add7bd #add7d2 #b2d7ad

Monochromatic Colors of #add7bd

#add7bd

Complementary Color

#add7bd #d7adc7

#add7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add7bd Color CSS Codes

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

#add7bd Text Font Color

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

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


#add7bd Background Color

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

This div background color is #add7bd


#add7bd Border Color

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

This div border color is #add7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add7bd


Comments

No comments written yet.

Please login to write comment.