codemarch Profile picture
Oct 15 18 tweets 5 min read
CSS Colors

Visually Explained📝

Thread 🧵👇
➡️ In CSS Colors are specified using👇 Image
1. Predefined color names

👉 In CSS, a color can be specified by using a predefined color name.

👉 CSS/HTML support 140 standard color name . some are👇 Image
Example👇 Image
An RGB color value represents RED, GREEN, and BLUE light sources.

some of them are given below👇 Image
2. CSS RGB Colors

Example👇 Image
3. CSS HEX Colors

A hexadecimal color is specified with #RRGGBB, where the RR (red), GG (green), and BB (blue) hexadecimal integers identify the components of the color.

some of them are given below👇 Image
Example👇 Image
4. CSS HSL Colors

👉 HSL stands for hue, saturation, and lightness.

HSL Value

👉 In CSS, a color can be specified using hue, saturation, and lightness (HSL) in the form:

hsl (hue, saturation,lightness)
👉 Hue is a degree on the color wheel from 0 to 360. 0 is red, 120 is green, and 240 is blue.

👉 Saturation is a percentage value. 0% means a shade of gray, and 100% is the full color.

👉 Lightness is also a percentage. 0% is black, 50% is neither light or dark, 100% is white.
some of them are 👇 Image
Example👇 Image
5. RGBA Color Value

👉 RGBA color values are an extension of RGB color values with an alpha channel - which specifies the opacity for a color.

👉 An RGBA color value is specified with:

rgba(red, green, blue, alpha)
👉 An alpha parameter is a number between 0.0 (fully transparent) and 1.0 (not transparent at all)

Example👇 Image
6. HSLA Value

👉 HSLA color values are an extension of HSL color values with an alpha channel - which specifies the opacity for a color.

👉 An HSLA color value is specified with:

hsla(hue,saturation, lightness, alpha)
👉 An alpha parameter is a number between 0.0 (fully transparent) and 1.0 (not transparent at all):

Example👇 Image
That's all for the time being.
Please do the following if you enjoyed this thread:

1. Retweet the initial tweet.

2. Follow us and enable notifications: @codemarch

Also, take a look at our JavaScript Ebook.👇
✨ JavaScript for Starters: The Complete Guide ✨

➱ JavaScript Roadmap 2022
➱ JavaScript Fundamentals with Exp.
➱ 50+ Programs to practice with Soln.
➱ 50+ Project Ideas
➱ 25+ Projects Code

Grab it NOW. codemarch.gumroad.com/l/btfjn

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with codemarch

codemarch Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @codemarch

Oct 15
✨ 30 Days Code Camp ✨

😍 Learn HTML, CSS, Tailwind & Git.

The Complete Guide:

Thread 🧵
What will you get in these 30 Days😍?

➭ Daily 2hrs Of Mentorship
➭ Daily Live Quiz
➭ Daily Assignments
➭ Build 10+ Projects
➭ Freelancing Guide
➭ Content Creation Guide
➭ A certificate Will be Provided.
Here are 30 Days Study Map🚀:
Read 16 tweets
Oct 15
📌10 Testing Frameworks for Web Developers -

Thread 🧵👇
1. Vitest

vitest.dev
2. Testing Library

testing-library.com
Read 13 tweets
Oct 14
📌10 JavaScript Development Tools and IDEs For Web Developers

Thread🧵👇
1. Visual Studio Code

🔗 code.visualstudio.com
2. WebStorm

🔗 jetbrains.com/webstorm/
Read 13 tweets
Oct 13
Best Documentation Software for Web Development

Thread 🧵👇
1. Nuclino

🔗 nuclino.com
2. Swagger

🔗 swagger.io
Read 13 tweets
Oct 12
Top JavaScript Animation Libraries.

Thread🧵👇
1. GreenSock JS ➖

Professional-grade JavaScript animation for the modern web.

🔗 greensock.com/gsap/
2. Velocity.js➖

You can use Velocity.js to scroll browser windows.

🔗 velocityjs.org
Read 13 tweets
Oct 11
📌 10 Awesome Full Stack Project Ideas🔥

Thread🧵
1. Workout Tracker

These days workout trackers go far beyond the common pedometer.
2. Project Management Dashboard

Project management dashboards range from software.
Read 13 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(