Which of the following statements produces a blue text shadow?
text-shadow: 2px 2px 0px blue;
text-shadow: 2px 2px 0px #0000FF;
text-shadow: 2px 2px 2px blue;
All of the options are correct