Skip to content

RGBA is an extension of the RGB color model. The acronym stands for red green blue alpha.. I have created this using HTML, CSS and JavaScript.

License

Notifications You must be signed in to change notification settings

TheNewC0der-24/RGBA-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGBA Generator


About

RGBA is a type of CSS color value that allows us to set a color and also its opacity/transparency. Here's an example of using the CSS rgba() notation to specify white with 50% opacity. RGBA is an extension of the RGB color model. The acronym stands for red green blue alpha.

Built With

  • HTML
  • CSS
  • JavaScript

Features

You can see 4 slider i.e.,

  • Red
  • Green
  • Blue
  • Alpha

When you move the sliders you will see the background colour changes with their respective rgba() value. You can set the the colours by your own and use those in your projects by copying the rgba() code.

Preview

Link of the Website

https://thenewc0der-24.github.io/RGBA-Generator/

Hope you like this :-)

About

RGBA is an extension of the RGB color model. The acronym stands for red green blue alpha.. I have created this using HTML, CSS and JavaScript.

Topics

Resources

License

Stars

Watchers

Forks