跳转到主要内容
你行网

Main navigation

  • 首页
  • 文章
  • 教程
  • 视频
  • 下载
  • 社区
  • 网站导航
User account menu
  • 登录

面包屑

  1. 首页

CSS 基础学习-028 CSS样式HSL颜色之灰色

由 hrs, 10 八月, 2021

通常通过将色调和饱和度设置为 0 来定义灰色阴影,并将亮度从 0% 到 100% 进行调整可以得到更深/更浅的阴影:

实例代码:

<!doctype html>
<html>  
  <head>
    <meta charset="utf-8">
    <style>
      h1{ 
        width:300px;

      }   
    </style>
  </head>
  <body>
    <h1>HSL 颜色之灰色度</h1>
    <h1 style="background-color:hsl(0,0%,0%);">hsl(0,0%,0%)</h1>  
    <h1 style="background-color:hsl(0,0%,24%);">hsl(0,0%,24%)</h1>  
    <h1 style="background-color:hsl(0,0%,47%);">hsl(0,0%,47%)</h1>  
    <h1 style="background-color:hsl(0,0%,71%);">hsl(0,0%,71%)</h1>  
    <h1 style="background-color:hsl(0,0%,94%);">hsl(0,0%,94%)</h1>  
    <h1 style="background-color:hsl(0,0%,100%);">hsl(0,0%,100%)</h1>  
  </body>
</html>

运行效果:

css-028_0.png

标签

  • 颜色
  • 登录或注册以发表评论

评论

相关文章

文章标签

CSS
Excel
ubuntu
php
五笔
vim
Linux
HTML
command
drupal 7
VPN
centos
composer
Mysql
drupal 8
模块(module)
drush
JavaSrcipt
apache
drupal 9
英语
Drupal
SEO
nerdtree
network
果树种植
surround
drupal10
主题(theme)
phpmyadmin
ssh
二进制
yum
权限
声音
selinux
ssl
HTML5
用户
Dreamweaver
password
flameshot
颜色
翻译
uploadprogress
DDEV
视图(views)
firewalld
kernel
快捷键
gzip
xdebug
错误
ckeditor
简介
电脑基础
源地址
C语言
mbstring
certbot
php扩展
WireGuard
邮件验证
git
apt
电子秤
httpd
压缩解压
表单
breadcrumb
AI
superfish
摄影
重定向
diff
网站备份
短信验证
tagclouds
java
docker
csharp
adsense
drupal9
电脑技巧
RSS
simple_adsense
版本号
算法
端口
youtube
JavaScript
cookie
badblocks
VUE
网站运营
计算机基础
RFID
gimp
nginx
form
mod_expires 模块
http验证
zip
curl
赚钱
标签优化
drupal11
ip
重定向,301
dns
netstat
maven
input
drupal 11
字段
npm
哈希值
wps
更多
RSS源
本站由阿里云强力驱动,幸运券优惠链接
Copyright © 2019 - 2021 你行网 版权所有  粤ICP备19072650号