Get Label From SObject API Name

Sample Code:

String objectLabel = SObjectType.YourObjectApiName__c.getLabel();
System.debug(objectLabel);