#acedbd color space conversions
Hex:
        #acedbd
        RGB:
        172, 237, 189
        CMY:
        33, 7, 26
        CMYK:
        27, 0, 20, 7
      HSL:
        136°, 64.3564%, 80.1961%
        HSV (HSB):
        136°, 27.4262%, 92.9412%
        XYZ:
        56.4828, 73.0132, 59.2601
        xyY:
        0.2992, 0.3868, 73.0132
      CIE-Lab:
        88.4540, -29.8652, 16.8014
        CIE-LCH:
        88.4540, 34.2668, 150.6390
        CIE-Luv:
        88.4540, -32.0799, 29.8264
        Hunter-Lab:
        85.4477, -31.5413, 18.6943
      #acedbd color charts
#acedbd RGB chart
      #acedbd CMYK chart
      #acedbd RGB pie chart
      #acedbd color shades, tints & tones
#acedbd color schemes
#acedbd color preview, HTML & CSS examples
           This text has a color of #acedbd        
        
          <p style="color:#acedbd;">Text here</p>
        
        
          .mytext {color:#acedbd;}
        
        Text color #acedbd
      
           This box has a color of #acedbd        
        
          <div style="background-color:#acedbd;">Content here</div>
        
        
          .mybackground {background-color:#acedbd;}
        
        Background color #acedbd
      
           Border around this has a color of #acedbd        
        
          <div style="border:2px solid #acedbd;">Content here</div>
        
        
          .myborder {border:2px solid #acedbd;}
        
        Border color #acedbd