This repository contains the source code fo a simple interactive webpage that allows users to manipulate colors using RGB and hexadecimal values.
You can access the live demo of the website at: rgb2hex
- Adjust RGB values using sliders to create custom colors.
- Convert RGB values to hexadecimal values.
- Generate random colors using the "Random Color" button.
To get a local copy of this project up and running, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/msaligs/rgb2hex.git
- Open the
index.html
file in your web browser to view the website.