Not seeing a Scroll to Top Button? Go to our FAQ page for more info.

20 Dec 2014

// // Leave a Comment

20 CSS3 text effects

20 CSS3 text effects, animation images, animation text, text refelection,
Cascading style sheet is a type of style sheet language used to describe the way a document look and for formatting the document. CSS3 is among the most widely used style sheet in styling a web page that is written with mark up language (HTML, XUL, and XML). Text effects are used by web developers and web designers globally. Using text effects makes it possible for the web developer to highlight things for the users and also make it catchy and more readable. On this article we will discuss on 20 CSS3 text effect.

Online CSS3 Text effect generator

Online CSS3 text effect generator is a powerful tool which provides all the CSS3 text effects in a single place. It also provides live preview with color and size customization. It has more than 15 text effects. You can copy the code of any text effect in just single click of mouse.

Visit Text effect generator here


Perspective Shadow Effect using CSS3

Perspective shadow
This a normal shadow, however, it is titled on a single direction. This is used for defining the source of the light on an angular direction then the effect will give a 3D effect.

Glass Text Effect

image
This is also known as the refractive index effect. This effect can be gotten by using two background images one on top the other. The inferior image will be scaled down a little, then the text will cutout the image at the top using –webkit-background-clip: text. To get the beauty effect a low opacity -webkit-text-stroke is used.

Cool Anaglyphic Text Effect

image
These are beautiful images which are created by offsetting two red, green blue channels. This effect can be viewed by using 3D glasses with different color.

Fun with CSS Text Shadow

image
This is a fun and cool look text effect, the effect make a fun and an amazing looking shadow of the written text.

Tilt-Shift Text Effect

image
This effect can be gotten by combining a larger offset-y with a blur-radius to both the top and the bottom edge, the text will appear to have a lens blur which is classic for tilt-shift effects. There are also rotate, skewX, and rotateX to make the text go with the view of the background image.

Flashlight

image
This is a demo CSS 3D transformation. The color of the text is set to be transparent and the text-shadow is also added. When added it will transform: rotateY together with a low perspective, then it form a good stretched effect.

Neon Light Text Effect

image
This text effect uses a variety of layers of text-shadow to form a glow at the outer part of the text, by changing the blur radius several times.

Inset

image
This is the most used text effect in CSS3. It works best on lighter color background more than the actual text color, and vise versa for page with dark color. It gives an impression of the text to look like it is pushed into the background. It requires two variations of text-shadow property, where change is made to the Y-coordinate value to form the illusion of an inset text.

3D Text Effect

image
This gives a 3D effect on a text. The 3D text effect uses a variety of layers of text-shadow to produce a raised look. Below is an example of a 3D text effect.

Glowing Effect

image
The glowing text effect helps in creating a glow effect around the text. It can also be used as a hover effect (the text glows if you bring the pointer of your mouse over the text).
This is a cool effect and might work perfectly for banners also for highlighting links.

Fun with Blurred Text

image
This text effect gives your design a fun look by using blurred text effect. You can get a full tutorial with the below link;

Grunge Effect

image
This effect is very common in web design and it never gets old. By using the code below you will be able to form a grunge effect on a text.

Blur Text Effect

image
Blur text effect makes the color of the text transparent, and with a shadow

Letterpress

image
This effect is easy to get. To get a stamped text appearance; select a text color which is darker than the background, create a text shadow of 1px with blur of 1px and set it off down 1px.The text shadow should be a bit lighter than that of the background.

 

Background-Clip Text Effect

image
This is a nice text effect; use the code below to try it yourself.

Gradient Effect

image
It is use in making a fancy heading without using Photoshop, Webkit is the neatest way to achieve the gradient text, as the text will stay editable and remain a selectable web text.

Rotate text effect

image
This makes the text cool and more stylish; the text rotation is supported by many popular web browsers like mozilla.

Vintage Retro Text Effect

image
This is made up of two text shadow, with the first text shadow set to exactly the same color like that of the background, In order to get the impression that the second is set off to the bottom right.

Board Game

image
This text effect uses numerous shadows, each with a rising amount of offset right from the original text to form another series of color.

Matrix Animation Webkit

image
This is a cool text effect which is loved by almost every web designer, but the problem with this is that it is not supported by all web browsers, it only work on safari 4.

0 comments:

Post a Comment