Google Creative Lab 5 and the Techno Crab

I got the 01110100 01100101 01100011 01101000 01101110 01101111 01100011 01110010 01100001 01100010

google creative lab 5

When Google develops a new website there are two things I usually do:

– I check the root/sub domain with the [site:] operator
– I read the scripts

Google Creative Lab 5

So after the Mona Lisa and a rabbit hole ,  I got the finaltest():
Call finalTest() with a function of your own that returns the closest Google logo color hex for any hex given. For example, for #FF7BAC, it should return #EA4235. Make sure to accept and return uppercase hex.

So if you want to solve the test by yourself I wanna give you several recommendations:

  • Google logo has the “o” and “e” colored in #EA4235
  • the output must be uppercase

Here is my code:

See the Pen google lab by tiuscia (@tiuscia) on CodePen.

tiuscia

Leave a Reply

Your email address will not be published. Required fields are marked *