Color: #ABE5CC
#ABE5CC Color Information
#ABE5CC is a light color. The closest websafe version is #ABE5CC. A complement of this color would be #E5A9C3, perceived brightness is 0.82, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 154°,a saturation of 53%, and a lightness of 78%.The HSV representation shows a hue of 154°, a saturation of 25%, and a value of 90%.
In a RGB color space, #ABE5CC is composed of 67% red, 90% green and 80% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 11% yellow and 10% black.
In the Yxy color space, this color is represented as Y: 68.89, x: 0.3200, and y: 0.3897.
Color Code #ABE5CC
Shades of Color #ABE5CC
Shades are created by darkening the original color #ABE5CC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #ABE5CC
Tints are created by lightening the original color #ABE5CC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #ABE5CC Color Code
In the HSL color space, this color has a hue angle of 154°, a saturation of 53%, and a lightness of 78%. The HSV representation shows a hue of 154°, a saturation of 25%, and a value of 90%.
- HEX: #ABE5CC
- RGB: rgb(171, 229, 204)
- HSL: hsl(154, 53%, 78%)
- HSV: hsv(154, 25%, 90%)
- CMYK: 25.00% cyan, 0.00% magenta, 11.00% yellow, 10.00% black
- XYZ: 56.57, 68.89, 51.30
- Yxy: 68.89, 0.3200, 0.3897
- Hunter Lab: 86.45, -23.02, 5.95
- CIE-Lab: 86.45, -23.02, 5.95
In the XYZ color space, this color is represented as X: 56.57, Y: 68.89, Z: 51.30. The Yxy representation further refines this as Y: 68.89, x: 0.3200, and y: 0.3897.
In the Hunter Lab color space, this color is represented as L: 86.45, a: -23.02, and b: 5.95. Similarly, in the CIE-Lab color space, it is represented as L: 86.45, a: -23.02, and b: 5.95.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #ABE5CC
Triadic colors are three colors evenly spaced around the color wheel, including #ABE5CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ABE5CC
Monochromatic colors are variations of #ABE5CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABE5CC
The complementary color of #ABE5CC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #ABE5CC
/* Using HEX */ body { background-color: #abe5cc; }
/* Using RGB */ body { background-color: rgb(171, 229, 204); }
/* Using RGB with opacity */ body { background-color: rgba(171, 229, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(154, 53%, 78%); }
/* Text color */ p { color: #abe5cc; }
/* Box shadow */ div { box-shadow: 4px 4px #abe5cc; }
/* Border color */ .box { border: 4px solid #abe5cc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #abe5cc; }
/* Background with text */ div { background: #abe5cc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABE5CC
<!-- Using HEX --> <div style="background-color: #abe5cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 229, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 229, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(154, 53%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #abe5cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #abe5cc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #abe5cc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #abe5cc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #abe5cc; color: #fff; padding: 16px; border-radius: 8px;"> #ABE5CC </div>
Related Colors of #ABE5CC
These colors are similar to #ABE5CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.