I put here the soluce:
We can change the clock color by creating a file saved to ~/.config/gtk-3.0/gtk.css
with the below code:
panel-toplevel.background.horizontal,
.mate-panel-menu-bar,
#clock-applet-button,
#clock-applet-button:hover {
color: white;
}