#afefac color space conversions
Hex:
        #afefac
        RGB:
        175, 239, 172
        CMY:
        31, 6, 33
        CMYK:
        27, 0, 28, 6
      HSL:
        117°, 67.6768%, 80.5882%
        HSV (HSB):
        117°, 28.0335%, 93.7255%
        XYZ:
        55.9921, 73.8255, 50.3284
        xyY:
        0.3108, 0.4098, 73.8255
      CIE-Lab:
        88.8400, -32.7496, 26.1212
        CIE-LCH:
        88.8400, 41.8910, 141.4240
        CIE-Luv:
        88.8400, -31.6895, 42.9393
        Hunter-Lab:
        85.9218, -34.0412, 25.4163
      #afefac color charts
#afefac RGB chart
      #afefac CMYK chart
      #afefac RGB pie chart
      #afefac color shades, tints & tones
#afefac color schemes
#afefac color preview, HTML & CSS examples
           This text has a color of #afefac        
        
          <p style="color:#afefac;">Text here</p>
        
        
          .mytext {color:#afefac;}
        
        Text color #afefac
      
           This box has a color of #afefac        
        
          <div style="background-color:#afefac;">Content here</div>
        
        
          .mybackground {background-color:#afefac;}
        
        Background color #afefac
      
           Border around this has a color of #afefac        
        
          <div style="border:2px solid #afefac;">Content here</div>
        
        
          .myborder {border:2px solid #afefac;}
        
        Border color #afefac