Francesco Chiari
Francesco Chiari

Reputation: 39

Colors look different on my website

So all grays look different on my website. They look kind of yellow-ish. I don't know why this is happening. I tried checking in htmlcolorcodes.com bevause at first I thought my computer was the problem but in htmlcolorcodes grays look normal. I already tried with the same HEX code.

HEX CODE that I'm using: #f0f0f0 (although I'm having this problem with all different variations of gray)

.charts:hover {
background-color: #f0f0f0;
}

.chartPos {
width: 3.5%;
text-align: center;
background-color: #f0f0f0;
border-right: 1px solid #E8E8E8;
}

A friend tried on his end and the color loaded correctly. This problem is driving me crazy please help me.

This is how it looks on my end. How it looks in my computer; I already tried using Google Chrome and Safari. enter image description here How it should look. (also on my computer)

To check if you see the color correctly or the same way as me the website is available here Spredt.com

Upvotes: 0

Views: 796

Answers (1)

LiceRewis
LiceRewis

Reputation: 103

I think they're the same colour. Take a screenshot then use a color-picker in Paint or something.

Both of your examples posted here return #F0F0F0, and if you cut and paste your example of how it should look over how it does look, you'll see the colours are identical.

I believe it may be the lighter grey behind it that makes it look yellow-ish.

Upvotes: 3

Related Questions