码迷,mamicode.com
首页 > Web开发 > 详细

css16进制颜色透明度问题

时间:2020-05-29 10:25:40      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:颜色   编码   mic   inf   bsp   jpg   info   没有   alt   

在网上可以看到很多颜色透明度与编码的对照图。

但是却没有明确的如何写。

首先,透明度从00-FF,一共256个梯度

下面以蓝色为例,标准蓝色是#0000FF,透明度加在最后面,即#0000FFXX(XX代表透明度);实际效果如下:

<div style="background:#0000FF00;width:25px;height:25px"></div>
<div style="background:#0000FF10;width:25px;height:25px"></div>
<div style="background:#0000FF20;width:25px;height:25px"></div>
<div style="background:#0000FF30;width:25px;height:25px"></div>
<div style="background:#0000FF40;width:25px;height:25px"></div>
<div style="background:#0000FF50;width:25px;height:25px"></div>
<div style="background:#0000FF60;width:25px;height:25px"></div>
<div style="background:#0000FF70;width:25px;height:25px"></div>
<div style="background:#0000FF80;width:25px;height:25px"></div>
<div style="background:#0000FF90;width:25px;height:25px"></div>
<div style="background:#0000FFA0;width:25px;height:25px"></div>
<div style="background:#0000FFB0;width:25px;height:25px"></div>
<div style="background:#0000FFC0;width:25px;height:25px"></div>
<div style="background:#0000FFD0;width:25px;height:25px"></div>
<div style="background:#0000FFE0;width:25px;height:25px"></div>
<div style="background:#0000FFF0;width:25px;height:25px"></div>
<div style="background:#0000FFFF;width:25px;height:25px"></div>

技术图片

 

css16进制颜色透明度问题

标签:颜色   编码   mic   inf   bsp   jpg   info   没有   alt   

原文地址:https://www.cnblogs.com/h-jianghai/p/12985384.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!