Loading Please Wait...
CSS color properties is used to set foreground color of the text.
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:
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 UsWe 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..
Copyright ©
, Lynxsia IT Solutions, All rights reserved