Color: #CBEFDA
#CBEFDA Color Information
#CBEFDA is a light color. The closest websafe version is #CBEFDA. A complement of this color would be #EFCCE1, perceived brightness is 0.89, and the grayscale version is #DDDDDD.
In the HSL color space, this color has a hue angle of 145°,a saturation of 53%, and a lightness of 87%.The HSV representation shows a hue of 145°, a saturation of 15%, and a value of 94%.
In a RGB color space, #CBEFDA is composed of 80% red, 94% green and 85% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 9% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 79.42, x: 0.3332, and y: 0.3818.
Color Code #CBEFDA
Shades of Color #CBEFDA
Shades are created by darkening the original color #CBEFDA 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 #CBEFDA
Tints are created by lightening the original color #CBEFDA 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 #CBEFDA Color Code
In the HSL color space, this color has a hue angle of 145°, a saturation of 53%, and a lightness of 87%. The HSV representation shows a hue of 145°, a saturation of 15%, and a value of 94%.
- HEX: #CBEFDA
- RGB: rgb(203, 239, 218)
- HSL: hsl(145, 53%, 87%)
- HSV: hsv(145, 15%, 94%)
- CMYK: 15.00% cyan, 0.00% magenta, 9.00% yellow, 6.00% black
- XYZ: 69.31, 79.42, 59.28
- Yxy: 79.42, 0.3332, 0.3818
- Hunter Lab: 91.42, -15.13, 6.09
- CIE-Lab: 91.42, -15.13, 6.09
In the XYZ color space, this color is represented as X: 69.31, Y: 79.42, Z: 59.28. The Yxy representation further refines this as Y: 79.42, x: 0.3332, and y: 0.3818.
In the Hunter Lab color space, this color is represented as L: 91.42, a: -15.13, and b: 6.09. Similarly, in the CIE-Lab color space, it is represented as L: 91.42, a: -15.13, and b: 6.09.
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 #CBEFDA
Triadic colors are three colors evenly spaced around the color wheel, including #CBEFDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CBEFDA
Monochromatic colors are variations of #CBEFDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBEFDA
The complementary color of #CBEFDA 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 #CBEFDA
/* Using HEX */ body { background-color: #cbefda; }
/* Using RGB */ body { background-color: rgb(203, 239, 218); }
/* Using RGB with opacity */ body { background-color: rgba(203, 239, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(145, 53%, 87%); }
/* Text color */ p { color: #cbefda; }
/* Box shadow */ div { box-shadow: 4px 4px #cbefda; }
/* Border color */ .box { border: 4px solid #cbefda; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cbefda; }
/* Background with text */ div { background: #cbefda; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBEFDA
<!-- Using HEX --> <div style="background-color: #cbefda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 239, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 239, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(145, 53%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbefda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbefda; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cbefda; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cbefda;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cbefda; color: #fff; padding: 16px; border-radius: 8px;"> #CBEFDA </div>
Related Colors of #CBEFDA
These colors are similar to #CBEFDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.