Online CSS Clip-Path Generator
Generate clip-path CSS from shapes (polygon, circle, ellipse) or custom points.
Preview
.element {
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}Frequently Asked Questions
- What shapes are supported?
- Polygon (custom points), circle, ellipse, and inset. Polygon lets you define each vertex.
- Are percentages supported?
- Yes. Use percentage values for responsive clip-paths (e.g. 50% 0%, 100% 50%).
Related Developer Tools
JSON Formatter
Format, validate, and beautify JSON. Minify or pretty-print with one click.
Base64 Decode
Decode Base64 strings to text. Encode text to Base64.
UUID Generator
Generate random UUIDs (v4) for unique identifiers. Copy with one click.
URL Encoder Decoder
Encode and decode URLs. Convert special characters for safe use in URLs.
Convert Color Hex to RGB
Convert hex color codes to RGB values (R, G, B).
Convert Color RGB to Hex
Convert RGB values (R, G, B) to hex color codes.