Color picker choosing inaccurate colors

when i use the eye dropper to choose a color within the document i'm working on (for instance, wanting to turn a button the same color as something else on the page), it has begun choosing a different version of the color.
must be a setting i messed up, but does anyone know where i can correct this?
thanks so much.

Hi likeitsounds,
Does this happen with all documents?
Do you have any adjustment layers above the layer you're sampling?
With the eye dropper tool selected, What is the sample size you're sampling in the tool options bar?
Regards,
Pete

Similar Messages

  • My Adobe Flash CS6 Color Picker has ODD colors. I'm using Mac Mini OSX 10.8.1. Is there a fix?

    My Adobe Flash CS6 Color Picker has ODD colors. I'm using Mac Mini OSX 10.8.1. Is there a fix?
    I click on the color picker and where I have seen the normal #0000ff blue color on my windows computer, this mac Mountain lion version shows a purple-ish color. Oddly, If I enter the hex # into the color picker, and use it as a fill, the correct color displays on the stage but when i use the eyedropper on that color, it shows it as the purple color again on the toolbar.
    I've seen a similar thing like this happen when using adobe photoshop. However, the usual solution is to just make the managed color profile set to monitor RGB. The only downside with Flash is there is no preference to set that. The color palette in Adobe Photoshop displays as it should with the correct blue.
    I should also note that I'm using a Samsung 941bw monitor with my mac mini which could also be part of the problem.
    I figured i'd make this post anyway just in case it's the OS & Adobe Flash CS6 and not the monitor.
    I've included a screenshot as well that shows that i've chosen the purple color and then made a rectangle shape on the stage and it comes out blue.
    Thanks ahead for your response(s)
    -Line

    Seems misleading that on the adobe site for Adobe Flash CS6 it says:
    System requirements:
    Mac OS X v10.6.8 or v10.7. Adobe Creative Suite 5, CS5.5, and CS6 applications support Mac OS X Mountain Lion (v10.8) when installed on Intel based systems.**

  • HELP !  why doesn't color picker select specific color ? i make secondary layer and use the tool but no colors are selected and the gray out menu shows nothing !

    HELP !  why doesn't color picker select specific color ? i make secondary layer and use the tool but no colors are selected and the gray out menu shows nothing !
    what am i missing ??!!

    Please add you system info and SpeedGrade version and build number if you actually want help.

  • Trouble with Color Picker

    I'm have a strange issue with a color I choose in color picker not matching the color the object is actually getting filled with.
    If, while in color picker, the cursor is in a CMYK field when I select a color, it will show up in the rectangle as a slightly different color after I click OK. If I then open color picker again on that object, the preview color will match the color in the rectangle but the RGB values will be different from the values of the original color I wanted (CYMK stays the same).
    If the cursor is in an RGB field, the color will show up a different color as well, but when I click fill on that object the color in the preview shows up as the color I wanted (and doesn't match the current fill color) and the RGB and CMYK values are the same as the ones I wanted.
    Here's a screenshot of the difference in the two colors - the one I want in the preview swatch (sorry it's kind of hard to see), the one color picker fills is the color rectangle. And this has been happening for everything I try to fill, the color is generally not as bright as I want.

    That's the intended behavior (clicking on one of the white squares sets your current color to that color).
    To add a color to the array of colors, drag its icon from the top down onto one of the array of squares. (I'm pretty sure it's always been like this).;-)
    Bonus tip: when the RGB or similar sliders are showing, hold down the Option key and click to the left or right of the slider button to increase or decrease the color in increments of one.
    Hope this helps....

  • Sample applet color picker

    I am looking for an applet code for color picker (chooser). I'd like to have a color spectrum bar and a brightness/saturation square. Thanks.

    imagic wrote:
    I am looking for an applet code for color picker (chooser). I'd like to have a color spectrum bar and a brightness/saturation square. Thanks.Have you looked at the javax.swing.JColorChooser class? That may somewhat be on your track.
    But for what you specified, here's an idea.
    Make a loop that will run through the pixels of a JPanel which has an area of 100x100 px, which sets the color appropriately to the instance of a Color class, with a specified RBG code.
    Then, set the mouse event listener to figure out where you clicked, and set the current color to what is there.
    Also, on the right, you could include three bars to adjust the red, blue, and green to their own levels using a javax.swing.JSlider.
    To make it obvious which color you specified, make the pixels around it highlighted in black.
    Oh yes, it may be easier if you originally made the loop that will draw the image, then used Shift>PrintScrn to copy the image into a file, then later set the image through setIcon() to contain that.
    You may also want a "sample" color bar.

  • IWeb 09 - Color picker not selecting matching color

    I have tried to use the color picker to match colors in iWeb 09 and it seems impossible to match the colors. I go to the color picker and use the magnifying glass to try to match an existing color and the selected color is not exactly the same as the color I am trying to match. Very frustrating. I have searched and other folks have been reporting similar problems.

    When are you seeing the mismatch? In iWeb after applying the magnifying glass or after publishing? What are you trying to match? Backgounds? Objects? Text?
    It's been noted that after publication some colors have been changed in the css file from the rgb alpha code it was originally set to to the # number code (or vise versa - I don't remember which) which changes the published color slightly. Tried to find the topic just now but couldn't.
    Definitely a bug to be reported to http://www.apple.com/feedback/iweb.html.
    If you're trying to match a page background to a browser background and you're not using a theme that uses images for it's background you can set the page background to none and let the browser background color work for both areas.
    OT

  • Custom Color Picker using Radio buttons??

    I'm trying to create a custom color picker as Apex color picker has tooo many colors.  I thought a radio button would work if I could program the text to also display the color, but the following sql shows the formatted text in the result.
    SELECT  '<font color="'||color_id||'"><b>'||color_name||'</b></font>' d, color_name r FROM colors
    <font color="#F0F8FF"><b>AliceBlue</b></font>
    <font color="#FAEBD7"><b>AntiqueWhite</b></font>
    <font color="#00FFFF"><b>Aqua</b></font>
    <font color="#7FFFD4"><b>Aquamarine</b></font>
    I know I can make text different colors in a report using this technique.
    Any ideas?
    Thanks,
    Drew
    Application Express 4.2.3.00.08

    ABD - DBA wrote:
    I'm trying to create a custom color picker as Apex color picker has tooo many colors.  I thought a radio button would work if I could program the text to also display the color, but the following sql shows the formatted text in the result.
    SELECT  '<font color="'||value2||'"><b>'||value||'</b></font>' d, value r FROM lov where type='COLOR'
    <font color="#F0F8FF"><b>AliceBlue</b></font>
    <font color="#FAEBD7"><b>AntiqueWhite</b></font>
    <font color="#00FFFF"><b>Aqua</b></font>
    <font color="#7FFFD4"><b>Aquamarine</b></font>
    I know I can make text different colors in a report using this technique.
    The font element has been deprecated for many years, is now obsolete, and must not be used by authors.
    To control the presentation of text, use a suitable semantic text element with CSS. If no suitable semantic text element exists, use span:
    <span style="color: #00FFFF; font-weight: bold;">Aqua</span>

  • With color management, color picker current color does not match canvas color

    What gives here with color picker in CS3?
    RGB doc
    using color management/profiles
    View>>proof color using my Epson RGB printer profile
    create box
    double click fill box in palette box to view color picker
    pick color from spectrum area
    close color picker
    want to change color of box
    double click fill box to view color picker
    NOW current color does not match color on canvas, subtle but vexing color shift. So how can I use current color to pick a new color on the canvas is always different.
    here's an in illustration of the problem:
    http://docs.google.com/Presentation?id=dfv8h494_18gwqbsjg5

    Rob, here's screenshot of Acrobats Output Preview Object Inspector. You can download my PDF here - //www.fileswap.com/dl/Q1CzzOzEqt/
    I'm not sure if CM was assigned to document when created or  afterwards. In Color Settings preferences is stated Fogra 39 (if it matters - document was meanwhile saved and opened...). Are there other options to assign workspace to exsisting document?
    Peter, this is not the case. Placed image has embeded same color profile as is working space of document in ID. I tried the same with sRGB image placed in same ID document and compared it to PS but color shift (greenish) is present - it looks exactly the same.
    Guys, I can't tell you how happy I am to have you help me with this terrible and nerve-wracking problem.

  • Reduced color selection from color picker

    I'm using Fireworks CS4. Whenever I invoke the color picker for font color, gradient color, etc., and hover the color picker over areas in my artwork, the color picker only recognizes colors on my swatches panel (I have Swatches Panel selected in the color picker), and not any color tones in between swatches. For example, for a very light gray, the color picker recognizes it as white (#FFFFFF). This only started happening recently, if I remember correctly, the color picker was able to pick up continuous tones of color in the past.
    Is there a setting to turn this behavior on and off?
    Thanks,
    Yi

    Check the swatches panel menu to make sure you do not have snap to websafe turned on.

  • Color Picker won't change the color properly?

    Hi guys,
    I have a weird issue with the color. When I changed the color from dark green to bright lime green on Color Picker. The Color Picker show the specific color I want and then I click "OK". It did not change the dark green to bright lime green... instead it show the dull green color. It is really bugging me because I can't figured it what wrong with it. I checked the Color Mode (RGB mode) and Color Setting... everything seems to be right to me.
    Here is the quick screenshot:
    I also tested with other color, it still have the same problem. They won't show the bright color, it show the dull color instead.
    I hope you guys can help me out!
    Thanks,
    Christie

    OK, a few more thought on this.
    Here's what I did and everyone can check for themselves. I made a screen capture of the Color picker and paste it in a RGB and also a CMYK document as shown on the images below. In the CMYK document this converts the RGB color values of the screen capture into the CMYK color space of the document and the colors in the palette are displayed within the document's gamut. If you take the eyedropper and click on any color of the palette on the image you will never get out of gamut colors and this is how they should be displayed in the real Color Picker. The Color picker can still display in a little box out of gamut color if they are selected numerically using the RGB or HSB models but the point is that the display of the palette should be converted to a CMYK color space.
    In the RGB document on the second image, like in the real picker, clicking on the palette with the eyedropper will give a lot of out of gamut colors.
    Now thinking about out of gamut colors. Illustrator decides what is out of gamut colors by comparing the color space of a CMYK document to the working RGB  color space set in the Color Settings and for an RGB document to the  working CMYK space in the Color Settings. But this is not practical all the time because it is one way only from RGB to CMYK and can not be set from CMYK to RGB, RGB to RGB, and CMYK to CMYK.
    CMYK to RGB example: you may have a  document with U.S Web Coated (SWOP) v2 color space and one of its destinations is an sRGB color space. Because you can't set CMYK to RGB for out of gamut consideration, Illustrator will consider out of gamut all sRGB colors that are outside the U.S Web Coated (SWOP) v2 color space. But in this case your destination is sRGB and all colors from the sRGB color space should be presented in gamut and there is actually a small part of the U.S Web Coated (SWOP) v2 colors that are outside of the sRGB color space and only these colors should be shown as out of gamut.
    RGB to RGB example: your document is set in Adobe RGB color space because it will be eventually printed to several RGB printers some of which may have narrower gamut than the document. Then you want to set Illustrator to display out of gamut only the colors in the Adobe RGB color space that the RGB printer can't print, but unfortunately this is not possible even if you have the color profile of the printer.
    CMYK to CMYK example: you may have a  document with U.S Web Coated (SWOP) v2 color space but one of its destinations is U.S Web Uncoated v2, or US Newsprint, again not possible.
    So, in all these examples, the out of gamut colors Illustrator gives in the Color picker and panel are completely useless. Of course the major tool for these tasks remains the soft proofing which is working properly but why not make the out of gamut colors in the Color picker and panel work better and make more sense.

  • Fill color picker issue

    When I double click on the fill color in the tool bar the color picker window opens. Unfortunately it is opening to a color that is not the color of my fill such as this orange here instead of the green. I am wondering if I have some sort of color theme option turned on somewhere? Any help to get this back to normal would be greatly appreciated.

    Thank you, felt like I was going crazy
    From: Jacob Bugge
    Sent: Monday, August 11, 2014 10:29 AM
    To: steve sheets
    Subject:  fill color picker issue
    fill color picker issue
    created by Jacob Bugge <https://forums.adobe.com/people/Jacob+Bugge> in
    Illustrator - View the full discussion
    <https://forums.adobe.com/message/6629962#6629962>

  • Choosing colors with eyedropper-it picks as background color

    Confused!
    I have read the help and viewed   a Jan Kalibi tut on using the color picker and painting. The instructions say that the eyedropper tool is supposed to choose the foreground color, but...
    If I choose the Eyedropper tool  it is  choosing and setting the background color instead of the foreground unless I hold down the alt key when the eyedropper tool is selected.
    When using the brush tool I am supposed to be able to hold down the I key to temp move to the Eyedropper tool and select the new foreground color and upon release the tool resets to the brush, but once again the eyedropper is setting the background color instead, and the only way  I can change colors is to use the X key to switch the backgroung to the foreground color???
    The only way I can get the Eyedropper tool to pick the foreground  color is to actually select the Eyedropper and hold down the alt key or if in a brush choose the I key hold it and choose the alt key at the same time which is quite akward .
    Is there something wrong here or is it me.
    No matter what combination of keys I use with the HUD color picker it will only set the background color choice and I have to use the X key to switch it to the foreground.
    I thought it might be a problem connected to using the Open GPU  settings but turning that off doesn't change the general problem.
    Thanks in advance
    David

    Do this:
    Click Window - Color to bring up the COLOR panel.
    Note the black border around one of the two color icons at the upper left.  It's a little darker than the other one.  I'm betting you have it on the lower-right one - the Background Color.
    Click the foreground color icon at the upper-left to move the black border there.  This will cause the foreground color to be sampled with the unmodified eyedropper tool from here on.
    -Noel

  • Illustrator CC 2014.  Seems that when I choose CYAN the color picker shows C100 M90 Y0 K0

    Illustrator CC 2014.  Seems that when I choose CYAN the color picker shows C100 M90 Y0 K0

    Thanks Larry,  Good thing I am running both versions right now.  Thought I was going nuts.
    Bob

  • Choosing font color for titles in fcpx without using the color Picker

    I am working with a lot of titles.  I would like to use a consistent color in all of my titles.  I know how to select text color with the color picker in the inspector.  I find this very cumbersome.  Is there some way to numerically specify the color (e.g. R= 45, G=55, B=120) or to have a preset palette I can choose from?  I found that by double clicking on the color swatch in the inspector that I can bring up a colors window.  I can store custom colors there, however I can find now way then to apply that custom color back onto the font.  There must be some way of doing this that I am missing.  Thanks for your help.

    You can create an entire "Style" in one title and save that style as a preset.
    Create the look of your Title for the first instance. In the inspector > Text pane, click on the label at the top (usually shows: "Normal" until you set a specific style) -- from that dropdown menu, select Save All Basic and Style Attributes.
    You can then: Select ALL of the titles you want to apply those attributes to (shift click or drag a marquee through them all) and use the dropdown menu to apply the style you saved in one fell swoop.

  • Is There Any Way To Choose To Sort By Name and Pick a Background Color in Finder?

    Is There Any Way To Choose To Sort By Name and Pick a Background Color in Finder?  I've noticed in Finder's View Options that I cannot choose to sort by name and have a background color in icon view.  I've done a search in discussions and someone else mentioned this as well.

    To sort by name.....
    Open the finder window, then select the "change the item arragement" button.  Choose name from the drop down.

Maybe you are looking for

  • FireFox will not send AOL mail, It tries about 5 minutes, then says there is a problem with sending mail.

    Hi I'm working on a Mac with 10.4.11 and using AOL as my mail, for the last 2 days I can't send mail from my FireFox, I can receive but not send. I'm using FoxFire 3.6.10; I've tried cleaning cache, but it didn't help. I don't think it is my system,

  • LOV in HGrid not working

    I have a HGrid. One of the rows is an LOV. There are 2 columns in LOV table. There are 2 lov maps. 1. Maps column1 to the lov field. 2. Maps column2 to a formvalue in the base page. formvalue is not associated with any view object. When i select a va

  • Won't shuffle videos not purchased in iTunes

    My ATV is only including music videos purchased from iTunes in Shuffle ... is this normal or is there something I'm doing wrong? And, is it doing the same thing with my music (I have so much it would really be hard to tell). Thanks!

  • Ipod doesnt play some songs

    now whenever i play my ipod and select a song to play it just skips onto another song even though it used to play it fine the other day. it even skips songs belonging to a whole album and i have not changed any settings or anything! help pls!

  • HT201359 I got charged twice, how do I get credited or refunded?

    I ordered two movies and got charged twice for both movies.  How do I get credited or refunded for them?  I would prefer a credit