I'm using css to emboss text with this:
text-shadow: black 1px 1px 5px;
My site uses different font colors and background colors. I was wondering how I can choose the "best" embossing color based on the color of the font and background color of the text.