An application to easily pick a color in Mac OS X and get the hex value
--
Track title: CC M Beethoven - Piano Sonata No 3 in C 3
--
Chapters
00:00 Question
00:53 Accepted answer (Score 202)
01:21 Answer 2 (Score 11)
02:06 Answer 3 (Score 3)
02:26 Answer 4 (Score 0)
02:57 Thank you
--
Full question
https://superuser.com/questions/372855/a...
Question links:
[standalone "app"]: http://robinwood.com/Catalog/Technical/O...
Answer 1 links:
[Hex Color Picker]: http://wafflesoftware.net/hexpicker/
[Developer Color Picker]: http://download.panic.com/picker/
Answer 2 links:
[available here]: http://techblog.willshouse.com/2011/12/2.../
Answer 3 links:
[Sip]: https://geo.itunes.apple.com/us/app/sip/...
[App Store Link: Sip]: https://geo.itunes.apple.com/us/app/sip/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#macos #mac #softwarerec #colors
#avk47
ACCEPTED ANSWER
Score 211
OS X comes with DigitalColor Meter:
Applications > Utilities > DigitalColor Meter.app
It has many options and preferences.
command+shift+c will copy the color under the cursor to the clipboard in many different formats.
ANSWER 2
Score 11
The Mac OS X color picker is extensible.
Use Hex Color Picker to add a tab that provides you the configured color in hexadecimal RGB.
Just run e.g. TextEdit and press Cmd-Shift-C
to open the color picker, or run your standalone program.
An even more versatile color picker is Developer Color Picker with many different output formats, one of which is hexadecimal.
ANSWER 3
Score 3
This is easily done with AppleScript. A complete working example of code is available here.
ANSWER 4
Score 1
I know this is a super old post, but just thought I'd throw this one out there that I've been using for awhile: Sip. Works pretty sweet, and you can get a ton of different color options.
I have no affiliation with the developer, just think it's a cool little app. And it's Free! :-) Enjoy