An application to easily pick a color in Mac OS X and get the hex value
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Meadow
--
Chapters
00:00 An Application To Easily Pick A Color In Mac Os X And Get The Hex Value
00:44 Answer 1 Score 3
00:55 Accepted Answer Score 211
01:16 Answer 3 Score 11
01:45 Answer 4 Score 1
02:08 Thank you
--
Full question
https://superuser.com/questions/372855/a...
--
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