home.social

#34e — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #34e, aggregated by home.social.

  1. In this article, we are converting a three-digit color HEX code into a six-digit color HEX code using JavaScript. To solve this problem, first, we copy the individual digits and paste them at the consecutive positions. For example – #34E will be converted into #3344EE and #E90 will be converted into #EE9900. Steps to convert 3-digit color code to 6-digit color code: Step 1: The colo...
    neveropen.tech/how-to-convert-

  2. In this article, we are converting a three-digit color HEX code into a six-digit color HEX code using JavaScript. To solve this problem, first, we copy the individual digits and paste them at the consecutive positions. For example – #34E will be converted into #3344EE and #E90 will be converted into #EE9900. Steps to convert 3-digit color code to 6-digit color code: Step 1: The color...
    neveropen.tech/how-to-convert-