Performance differences between color declarations?

前端 未结 6 1524
死守一世寂寞
死守一世寂寞 2020-12-08 14:49

In CSS we can use several different methods to define a color:

  • Color word: red
  • Hexadecimal: #FF0000
  • Red/Green/Blue
6条回答
  •  天命终不由人
    2020-12-08 15:35

    Here are the results including color names, short hex, hex, rgb, rgba, hsl, and hsla. You can run the test yourself here.

提交回复
热议问题