This is a simple RGB color picker web app built with HTML, CSS, and JavaScript. It allows users to select a color using the color picker or by entering a hex code, and adjust the RGB values using sliders. The app also displays the RGB and hex codes of the selected color and allows users to copy the color code to their clipboard or generate a random color.
You can preview the app here.
- HTML
- CSS
- JavaScript
- Font Awesome
- Select a color using the color picker or by entering a hex code
- Adjust the RGB values using sliders
- Display the RGB and hex codes of the selected color
- Copy the color code to your clipboard
- Generate a random color
-
Clone this repository to your local machine using the following command:
git clone https://github.com/hoocs151/RBG-color-pick.git
-
Navigate to the project directory in your terminal.
-
Open the
index.html
file in your web browser.