Color: #CBFAAE
#CBFAAE Color Information
#CBFAAE is a light color. The closest websafe version is #CBFAAE. A complement of this color would be #DDAEFA, perceived brightness is 0.89, and the grayscale version is #D4D4D4.
In the HSL color space, this color has a hue angle of 97°,a saturation of 88%, and a lightness of 83%.The HSV representation shows a hue of 97°, a saturation of 30%, and a value of 98%.
In a RGB color space, #CBFAAE is composed of 80% red, 98% green and 68% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 30% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 84.39, x: 0.3559, and y: 0.4358.
Color Code #CBFAAE
Shades of Color #CBFAAE
Shades are created by darkening the original color #CBFAAE 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 #CBFAAE
Tints are created by lightening the original color #CBFAAE 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 #CBFAAE Color Code
In the HSL color space, this color has a hue angle of 97°, a saturation of 88%, and a lightness of 83%. The HSV representation shows a hue of 97°, a saturation of 30%, and a value of 98%.
- HEX: #CBFAAE
- RGB: rgb(203, 250, 174)
- HSL: hsl(97, 88%, 83%)
- HSV: hsv(97, 30%, 98%)
- CMYK: 19.00% cyan, 0.00% magenta, 30.00% yellow, 2.00% black
- XYZ: 68.91, 84.39, 40.34
- Yxy: 84.39, 0.3559, 0.4358
- Hunter Lab: 93.62, -25.46, 31.44
- CIE-Lab: 93.62, -25.46, 31.44
In the XYZ color space, this color is represented as X: 68.91, Y: 84.39, Z: 40.34. The Yxy representation further refines this as Y: 84.39, x: 0.3559, and y: 0.4358.
In the Hunter Lab color space, this color is represented as L: 93.62, a: -25.46, and b: 31.44. Similarly, in the CIE-Lab color space, it is represented as L: 93.62, a: -25.46, and b: 31.44.
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 #CBFAAE
Triadic colors are three colors evenly spaced around the color wheel, including #CBFAAE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CBFAAE
Split complementary colors are two colors adjacent to the complementary color of #CBFAAE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CBFAAE
Monochromatic colors are variations of #CBFAAE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBFAAE
The complementary color of #CBFAAE 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 #CBFAAE
/* Using HEX */ body { background-color: #cbfaae; }
/* Using RGB */ body { background-color: rgb(203, 250, 174); }
/* Using RGB with opacity */ body { background-color: rgba(203, 250, 174, 0.5); }
/* Using HSL */ body { background-color: hsl(97, 88%, 83%); }
/* Text color */ p { color: #cbfaae; }
/* Box shadow */ div { box-shadow: 4px 4px #cbfaae; }
/* Border color */ .box { border: 4px solid #cbfaae; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cbfaae; }
/* Background with text */ div { background: #cbfaae; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBFAAE
<!-- Using HEX --> <div style="background-color: #cbfaae; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 250, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 250, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(97, 88%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbfaae;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbfaae; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cbfaae; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cbfaae;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cbfaae; color: #fff; padding: 16px; border-radius: 8px;"> #CBFAAE </div>
Related Colors of #CBFAAE
These colors are similar to #CBFAAE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.