I have an image (not gradient) color, I tried to identify the color code but not possible. Is there any tool to convert image to css or css color code?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
You need eyedropper kind of tool, for example:
|
|||
|
|
|
Any graphics program like Photoshop or Gimp can tell you what the hex code or RGB that color is. |
|||
|
|
|
There are a few online tools that will allow you to extract color palettes from a photo or other image. You'll get an output of what the dominant colors are in the image (as there are millions of colors). Try ColorSuckr and CSS Drive Color Palette Generator |
|||
|
|
|
If you use IE8 & above, there is a Color Picker available with Developer Tools (F12 shortcut key) that you can use to identify the color code. |
|||
|
|
|
I personally use a program called Pendule for Chrome which has loads of webdev tools on it, including a color picker :). |
|||
|
|