Measuring html position related to thrrejs object position in canvas

hey i am wondering whether it possible to find html position related to an object position in scene.for example i have an object at position (0,0,0).how may i know where it located relating to html.like (top:350px;left:80px;).is there any reliable formula or functions to measure exact position of html related to an object?

Have you tried the following solution?

vector would be the position of you object in world space.