Which of the following codes will result in text with a shadow of 5px to the right and 5px down, in black?
text-shadow: 5px black 5px 0px;
text-shadow: 0px black 5px 5px;
text-shadow: black 5px 5px;
text-shadow: 5px 5px 0px black;