#8fafac color space conversions
Hex:
        #8fafac
        RGB:
        143, 175, 172
        CMY:
        44, 31, 33
        CMYK:
        18, 0, 2, 31
      HSL:
        174°, 16.6667%, 62.3529%
        HSV (HSB):
        174°, 18.2857%, 68.6275%
        XYZ:
        34.1041, 39.4781, 44.8523
        xyY:
        0.2880, 0.3333, 39.4781
      CIE-Lab:
        69.0962, -11.4962, -2.0945
        CIE-LCH:
        69.0962, 11.6854, 190.3254
        CIE-Luv:
        69.0962, -16.6547, -1.2071
        Hunter-Lab:
        62.8316, -13.0683, 1.6580
      #8fafac color charts
#8fafac RGB chart
      #8fafac CMYK chart
      #8fafac RGB pie chart
      #8fafac color shades, tints & tones
#8fafac color schemes
#8fafac color preview, HTML & CSS examples
           This text has a color of #8fafac        
        
          <p style="color:#8fafac;">Text here</p>
        
        
          .mytext {color:#8fafac;}
        
        Text color #8fafac
      
           This box has a color of #8fafac        
        
          <div style="background-color:#8fafac;">Content here</div>
        
        
          .mybackground {background-color:#8fafac;}
        
        Background color #8fafac
      
           Border around this has a color of #8fafac        
        
          <div style="border:2px solid #8fafac;">Content here</div>
        
        
          .myborder {border:2px solid #8fafac;}
        
        Border color #8fafac