Color: #8DF3DB
#8DF3DB Color Information
#8DF3DB is a light color. The closest websafe version is #8DF3DB. A complement of this color would be #F38CA4, perceived brightness is 0.82, and the grayscale version is #C0C0C0.
In the HSL color space, this color has a hue angle of 166°,a saturation of 81%, and a lightness of 75%.The HSV representation shows a hue of 166°, a saturation of 100%, and a value of 100%.
In a RGB color space, #8DF3DB is composed of 55% red, 95% green and 86% blue. Whereas in a CMYK color space, it is composed of 42% cyan, 0% magenta, 10% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 74.47, x: 0.2955, and y: 0.3911.
Color Code #8DF3DB
Shades of Color #8DF3DB
Shades are created by darkening the original color #8DF3DB 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 #8DF3DB
Tints are created by lightening the original color #8DF3DB 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 #8DF3DB Color Code
In the HSL color space, this color has a hue angle of 166°, a saturation of 81%, and a lightness of 75%. The HSV representation shows a hue of 166°, a saturation of 42%, and a value of 95%.
- HEX: #8DF3DB
- RGB: rgb(141, 243, 219)
- HSL: hsl(166, 81%, 75%)
- HSV: hsv(166, 42%, 95%)
- CMYK: 42.00% cyan, 0.00% magenta, 10.00% yellow, 5.00% black
- XYZ: 56.26, 74.47, 59.66
- Yxy: 74.47, 0.2955, 0.3911
- Hunter Lab: 89.15, -35.40, 1.78
- CIE-Lab: 89.15, -35.40, 1.78
In the XYZ color space, this color is represented as X: 56.26, Y: 74.47, Z: 59.66. The Yxy representation further refines this as Y: 74.47, x: 0.2955, and y: 0.3911.
In the Hunter Lab color space, this color is represented as L: 89.15, a: -35.40, and b: 1.78. Similarly, in the CIE-Lab color space, it is represented as L: 89.15, a: -35.40, and b: 1.78.
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 #8DF3DB
Triadic colors are three colors evenly spaced around the color wheel, including #8DF3DB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #8DF3DB
Monochromatic colors are variations of #8DF3DB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #8DF3DB
The complementary color of #8DF3DB 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 #8DF3DB
/* Using HEX */ body { background-color: #8df3db; }
/* Using RGB */ body { background-color: rgb(141, 243, 219); }
/* Using RGB with opacity */ body { background-color: rgba(141, 243, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(166, 81%, 75%); }
/* Text color */ p { color: #8df3db; }
/* Box shadow */ div { box-shadow: 4px 4px #8df3db; }
HTML Examples of #8DF3DB
<!-- Using HEX --> <div style="background-color: #8df3db; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(141, 243, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(141, 243, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(166, 81%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #8df3db;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #8df3db; width: 100px; height: 100px;"></div>
Related Colors of #8DF3DB
These colors are similar to #8DF3DB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.