
Copy Color as HTML contextual menu in Photoshop
I just came across this contextual menu option for copying a sampled colour with the eyedropper tool in Photoshop. You can basically right click and get the HTML code for the color.
This is a great little feature I didn't know about, but the only downside is that the output of Copy Color as HTML is:
color="#0f5e81"
But that's obviously not so good in regards to separating presentation from markup so it should really give a few options including Copy Color as Hex values which would give you the straight Hex value:
#0f5e81
and, especially, Copy Color as CSS which would give you something like:
color: #0f5e81;
Comments and faves