In a RGB color space, hex #808080 (also known as Gray, Trolley Grey) is composed of 50.2% red, 50.2% green and 50.2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 0% yellow and 49.8% black. It has a hue angle of 0 degrees, a saturation of ...
<!DOCTYPE html> Title of the document div { background-color: blue; color: white; padding: 22px; } This is a text in grey, and the background is blue This is a text in blue Try it Yourself » RGB Color Values To add a color to the text element, use the ...
一、常用颜色的英文名称: 二、中英文对照及代码:
Color hex is a easy to use tool to get the color codes information including color models (RGB,HSL,HSV and CMYK), css and html color codes.
This page demonstrates the six-digit hexadecimal representation of color of the form #RRGGBB, where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color. Using a hexadecimal code is the most reliable of the several ways you can define colors in HTML...
color imagecolor code(RGB)color namecolor imagecolor code(RGB)color name F0F8FF aliceblue FAEBD7 antiquewhite 00FFFF aqua 7FFFD4 aquamarine F0FFFF azure F5F5DC beige FFE4C4 bisque 000000 black FFEBCD blanchedalmond 0000FF blue 8A2BE2 blueviolet A52A2A brown DEB887 burlywood 5F9EA0 cadetblue...
This page is part of The Hex Hub of The Color Spot at HTML Station. You can use a quick reference table to choose from among the many other color tables available or to see the meaning of the labels (Safe 16 SVG Hex3). You can use different formats of this same information: (To...
let darkGrey = UIColor(hexString: "#757575") Swift 2.x version: extension UIColor { convenience init(hexString: String) { let hex = hexString.stringByTrimmingCharactersInSet(NSCharacterSet.alphanumericCharacterSet().invertedSet) var int = UInt32() NSScanner(string: hex).scanHexInt(&int) let ...
Color swatches are defined by using the hexadecimal code for the color and are sorted by the hexadecimal code. The color names are descriptive and shouldn't be used to specify a color unless you are using the 16 named colors or SVG colors. You can see shades of these colors to use in ...
CD5C5C indianred FF0000 red A52A2A brown B22222 firebrick 8B0000 darkred 800000 maroon FFFFFF white F5F5F5 whitesmoke D3D3D3 lightgrey C0C0C0 silver A9A9A9 darkgray 808080 gray 696969 dimgray 000000 black[Home] [About] [Contact] Copyright © Analogous colors,RGB color codes,CMYK ...