Color Hex Logo

#add6bd Color Hex

#ADD6BD
(173,214,189)
0 Favorites   0 Comments

Color spaces of #add6bd

RGB 173214189
HSL0.400.330.76
HSV143°19°84°
CMYK 0.190.000.12   0.16
XYZ50.465560.651557.1912
Yxy60.65150.29980.3604
Hunter Lab77.8791-20.620710.9752
CIE-Lab82.1910-18.36127.9260

#add6bd color RGB value is (173,214,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 10111101
Octal 255 326 275
Decimal 173 214 189
Hex AD D6 BD

RGB Percentages of Color #add6bd

%30.03
%37.15
%32.81

CMYK Percentages of Color #add6bd

%19
%0
%12
%16

Triadic Colors of #add6bd

#add6bd #bdadd6 #d6bdad

Analogous Colors of #add6bd

#add6bd #add6d2 #b2d6ad

Monochromatic Colors of #add6bd

#add6bd

Complementary Color

#add6bd #d6adc6

#add6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add6bd Color CSS Codes

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

#add6bd Text Font Color

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

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


#add6bd Background Color

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

This div background color is #add6bd


#add6bd Border Color

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

This div border color is #add6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add6bd


Comments

No comments written yet.

Please login to write comment.