Loading Please Wait...

Logo Lynxsia IT Solutions

CSS Text Color

CSS Text Color

CSS color properties is used to set foreground color of the text.

Text Color Values

Keyword value: currentcolor.

Color name: red, green, brown, etc.

Hex value: #fff, #000000, #de23fcaa, etc.

RGB value: rgb(34, 12, 64), rgba(34, 12, 64, 0.6), rgba(34 12 64 / 0.3), etc.

HSL value: hsl(30, 100%, 50%), hsla(30, 100%, 50%, 0.6), hsla(30 100% 50% / 0.6), etc.

Global value: inherit, initial, revert, revert-layer, unset.

					 
        
          /* Keyword values */
          color: currentcolor;

          /* Color name values */
          color: red;
          color: orange;
          color: tan;
          color: rebeccapurple;

          /* HEX, HEXA values */
          color: #090;
          color: #009900;
          color: #090a;
          color: #009900aa;

          /* RGB, RGBA values */
          color: rgb(34, 12, 64);
          color: rgba(34, 12, 64, 0.6);
          color: rgb(34 12 64);
          color: rgba(34 12 64 / 0.3);

          /* HSL, HSLA values */
          color: hsl(30, 100%, 50%);
          color: hsla(30, 100%, 50%, 0.6);
          color: hsl(30 100% 50%);
          color: hsla(30 100% 50% / 0.6);

          /* Global values */
          color: inherit;
          color: initial;
          color: revert;
          color: revert-layer;
          color: unset;
        
      

How you feel about this blog:

Share this blog on:

Report Us

If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com

Contact Us
Ads
Logo
Lynxsia IT Solutions

We are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..

Kotwali Road, Chhiptehri, Banda, 210001, UP, India

Copyright © 2022, Lynxsia IT Solutions, All rights reserved