Suppose I have two independent random vectors, $X$ and $Y$, both of size $n\times 1$. We have that $\mathbb{E}[X] = \mu_X$ and $\mathbb{E}[Y] = \mu_Y$. We also have that $\mathrm{Cov}(X) = \Sigma_X$ and $\mathrm{Cov}(Y) = \Sigma_Y$. I am seeking the properties of the random vector obtained by the elementwise product of these random vectors, $Z = X\odot Y$. I know that the expectation is $\mathbb{E}[Z] = \mathbb{E}[X]\mathbb{E}[Y]$, but I don't know how to obtain the covariance $\mathrm{Cov}(Z)$.
As this is intended to be the first step toward the inner product, it may be simpler to discuss the expectation and variance of the random variable $z = X^\intercal Y$.
Thank you for your help!