3D Text Shadow Generator

Font Properties

Color Properties

           
Size:
Height:
Height Gradient
Opacity :
Shabir Hakim

Shabir Hakim

I work with people and businesses to help them make the most of the dizzying array of online communication tools, techniques and practices.

VISUAL PREVIEW

3D Text Generator

CSS Code

/*You can apply this class to some text to view 3D View of Text!*/
.3DText{
font-family: Garamond, serif;
line-height: 1em;
color: #fff9d6;
font-weight:bold;
font-size: 134px;
text-shadow:0px 0px 0 rgb(231,231,231),1px 1px 0 rgb(216,216,216),2px 2px 0 rgb(202,202,202),3px 3px 0 rgb(187,187,187),4px 4px 0 rgb(173,173,173),5px 5px 0 rgb(158,158,158), 6px 6px 0 rgb(144,144,144),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}