#acedaf color space conversions
Hex:
        #acedaf
        RGB:
        172, 237, 175
        CMY:
        33, 7, 31
        CMYK:
        27, 0, 26, 7
      HSL:
        123°, 64.3564%, 80.1961%
        HSV (HSB):
        123°, 27.4262%, 92.9412%
        XYZ:
        55.0353, 72.4342, 51.6380
        xyY:
        0.3073, 0.4044, 72.4342
      CIE-Lab:
        88.1772, -32.2939, 23.6487
        CIE-LCH:
        88.1772, 40.0269, 143.7848
        CIE-Luv:
        88.1772, -32.1403, 39.5470
        Hunter-Lab:
        85.1083, -33.5124, 23.6026
      #acedaf color charts
#acedaf RGB chart
      #acedaf CMYK chart
      #acedaf RGB pie chart
      #acedaf color shades, tints & tones
#acedaf color schemes
#acedaf color preview, HTML & CSS examples
           This text has a color of #acedaf        
        
          <p style="color:#acedaf;">Text here</p>
        
        
          .mytext {color:#acedaf;}
        
        Text color #acedaf
      
           This box has a color of #acedaf        
        
          <div style="background-color:#acedaf;">Content here</div>
        
        
          .mybackground {background-color:#acedaf;}
        
        Background color #acedaf
      
           Border around this has a color of #acedaf        
        
          <div style="border:2px solid #acedaf;">Content here</div>
        
        
          .myborder {border:2px solid #acedaf;}
        
        Border color #acedaf