wpsnipp: get_post_meta example

$post_id = 25;
$meta_key = 'wpsnipp_post_background_color';
// Let's retrieve our color value
$color = get_post_meta( $post_id, $meta_key, true );