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?

link|improve this question

50% accept rate
feedback

6 Answers

up vote 4 down vote accepted

You need eyedropper kind of tool, for example:

  • Open image in Adobe Photoshop/Fireworks and use Eyedropper tool
  • ColorZilla extension for Firefox
  • Eye Dropper extension for Google Chrome
  • EyeDropper standalone Windows application.
  • ColorPic for Windows
link|improve this answer
feedback

Any graphics program like Photoshop or Gimp can tell you what the hex code or RGB that color is.

link|improve this answer
feedback

On Mac: the built-in DigitalColor Meter.
On Windows: ColorPic

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

I personally use a program called Pendule for Chrome which has loads of webdev tools on it, including a color picker :).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.