Is it possible to get cut out text effect like this using CSS/CSS3 only? or image is the only option to get this effect.
This should work: Here's a little trick I discovered using the :before and :after pseudo-elements:
:before
:after
http://dabblet.com/gist/1609945