有没有我可以输入HTML颜色的网站,看看实际的颜色

时间:2009-11-28 14:29:40

标签: html colors

我想输入类似的内容:#a6e2a6并查看实际颜色

5 个答案:

答案 0 :(得分:3)

有几个。例如ColorSpire - 它还允许您将样本构建为站点颜色方案。

答案 1 :(得分:2)

结帐Kuler。在我看来;那里最酷的颜色应用程序。

答案 2 :(得分:1)

ColorPicker很不错。

答案 3 :(得分:0)

您可以尝试http://html-color-codes.info/下方有一个颜色选择器,您可以使用它来粘贴代码并查看颜色。这是绿色的。

顺便说一下,编写一个简单的HTML页面对你来说不是很长吗?

只需写下这样的内容并在浏览器中打开它:

<!DOCTYPE html>
<html>
  <head>
    <title></title>
    <style type="text/css"><!--
      #colordisp{background: #a6e2a6; width:200px;height:200px;}
    --></style>
  </head>
  <body>
    <div id="colordisp"></div>
  </body>
</html>

答案 4 :(得分:0)

在w3schools看到这个example会帮助你