CSS clip‑path Circle & Ellipse Generator - Online
Create circular and elliptical clip paths visually. Adjust radius and position. Copy the CSS. For avatars and masks.
UD5 Toolkit
Interactive CSS clip-path shape generator with live preview
The clip-path CSS property creates a clipping region that defines which part of an element should be visible. It's like a "cookie cutter" for HTML elements, allowing you to create non-rectangular shapes without using images.
Clip-path is supported in all modern browsers including Chrome (24+), Firefox (3.5+), Safari (7+), and Edge (12+). For IE support, you may need SVG-based fallbacks. The polygon() function has 96%+ global browser support.
Use CSS transition or @keyframes with clip-path. For smooth animation, ensure the polygon has the same number of vertices in each keyframe. Example: transition: clip-path 0.4s ease;
You can use percentages (relative to element dimensions), px, em, rem, and keywords like closest-side or farthest-side for circles. Percentages are most common for responsive designs.
overflow: hidden only clips to the element's rectangular bounding box. Clip-path allows arbitrary shapes like circles, stars, and custom polygons, giving you far more creative freedom.
CSS clip-path also supports url(#svgClipPathID) to reference an SVG <clipPath> element. This allows extremely complex clipping shapes defined in SVG markup, supporting curves and arcs beyond basic polygons.
No. Clip-path only affects visual rendering. The element still occupies its original rectangular space in the layout flow. Other elements will position as if the clipped element is still a full rectangle.
Absolutely! Clip-path works on any HTML element, including <img>, <video>, <div>, and even <canvas>. It's a versatile property for creating unique visual effects across all content types.
Create circular and elliptical clip paths visually. Adjust radius and position. Copy the CSS. For avatars and masks.
Pick two images or colors and apply all 16 CSS mix‑blend‑mode values live. See and copy the right CSS for your design.
Set perspective and rotate children in 3D space. See the effect of perspective‑origin. Copy the CSS. Learn 3D transforms.
Create gradient‑filled text with the background‑clip property. Choose linear or radial gradients. Get the CSS. Modern typography.
Generate CSS-only triangles by configuring direction, size, and color. Copy the CSS snippet. Useful for creating speech bubbles and navigation arrows.
Type text and instantly see it rendered with text‑transform: uppercase, lowercase, capitalize, and full‑width. Copy CSS.
Create all kinds of CSS‑only triangles (up, down, left, right, equilateral). Adjust color and size. Grab the code.
Write scoped CSS rules that apply only within a subtree. See the boundary limits and avoid naming conflicts. New browser feature.
Write CSS like `oklch(from red l c h)` to modify colors dynamically. Preview the output and copy the code.
See how overflow: visible, hidden, scroll, and auto behave with real content. Clone to test with your text.
Browse a collection of common UI components (cards, modals, navbars) built with pure CSS. Preview and copy the HTML/CSS. Fast prototyping.
Pick a COLRv1 color font and change its palette with font‑palette. Create custom palettes with @font‑palette‑values.
Add rows and columns, merge cells, and set gaps visually. Get the grid‑template CSS and HTML. Fast layout prototyping.
Write CSS like `oklch(from red l c h)` to modify colors. Preview the output and copy. Modern color manipulation.
Build CSS Grid layouts by defining columns, rows, and gaps visually. Get the complete grid CSS code. An essential web design tool running in the browser.
Visually create beautiful linear and radial gradients. Get the CSS code instantly. Copy the code or export as image. Perfect for web designers.
Choose from a dozen pure CSS loading spinners. Customize color, size, and speed. Copy the HTML & CSS. No JavaScript needed.
Visually apply CSS transform functions like rotate, scale, skew, and translate. Obtain the exact CSS code for your elements. No coding needed.
Write modern CSS color functions like oklch(), lab(), hwb() and see the rendered color with fallback. Copy compatible code.
Design beautiful buttons with gradients, shadows, and hover/active effects. No JavaScript required. Copy the CSS.
Add multiple CSS filters (grayscale, blur, hue‑rotate) to an image. See the combined effect. Copy the CSS filter value.
Interactively apply CSS filter functions (blur, brightness, contrast, etc.) to an image and copy the resulting filter property. No coding required.
Minify JavaScript and CSS code to reduce file size for production. Remove whitespace and comments instantly. Run locally, your code stays private.
Build a 3D rotating cube using pure CSS. Set dimensions, colors, and animation speed. Copy the HTML and CSS.
Enter a URL and see a nested list of all h1‑h6 tags. Check document structure for SEO and accessibility.
Create a 3D extruded text effect using multiple text‑shadows. Adjust depth, color, and perspective. Ready‑to‑use CSS.
Write global CSS and auto‑generate unique, scoped class names with source maps. Understand CSS Modules naming.
Paste or upload an SVG and convert it into a CSS background‑image data URI. Clean and ready to embed.
Style the <progress> and <meter> elements with cross‑browser CSS. Adjust colors and sizes. Copy the final styles.
Create a multi‑column text layout with adjustable column count, gap, and rule. Copy the CSS. Elegant reading experience.