CSS - background foreground contrast text color

Viewed 4294

I have a bar column which is colored by percentage value.

enter image description here

Part of the text is not visible to the user since it is white and falls in the white section. If i select it i can see it but not otherwise-

enter image description here

Is there way in css to show the text in contrast to the background color? Maybe half the text is in white and half the text is in black, so it would be visible to the user.

1 Answers
Related