Color: #CFE2A3
#CFE2A3 Color Information
#CFE2A3 is a light color. The closest websafe version is #CFE2A3. A complement of this color would be #B5A2E2, perceived brightness is 0.84, and the grayscale version is #C3C3C3.
In the HSL color space, this color has a hue angle of 78°,a saturation of 52%, and a lightness of 76%.The HSV representation shows a hue of 78°, a saturation of 28%, and a value of 89%.
In a RGB color space, #CFE2A3 is composed of 81% red, 89% green and 64% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 28% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 70.62, x: 0.3702, and y: 0.4235.
Color Code #CFE2A3
Shades of Color #CFE2A3
Shades are created by darkening the original color #CFE2A3 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 #CFE2A3
Tints are created by lightening the original color #CFE2A3 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 #CFE2A3 Color Code
In the HSL color space, this color has a hue angle of 78°, a saturation of 52%, and a lightness of 76%. The HSV representation shows a hue of 78°, a saturation of 28%, and a value of 89%.
- HEX: #CFE2A3
- RGB: rgb(207, 226, 163)
- HSL: hsl(78, 52%, 76%)
- HSV: hsv(78, 28%, 89%)
- CMYK: 8.00% cyan, 0.00% magenta, 28.00% yellow, 11.00% black
- XYZ: 61.73, 70.62, 34.41
- Yxy: 70.62, 0.3702, 0.4235
- Hunter Lab: 87.30, -14.32, 28.69
- CIE-Lab: 87.30, -14.32, 28.69
In the XYZ color space, this color is represented as X: 61.73, Y: 70.62, Z: 34.41. The Yxy representation further refines this as Y: 70.62, x: 0.3702, and y: 0.4235.
In the Hunter Lab color space, this color is represented as L: 87.30, a: -14.32, and b: 28.69. Similarly, in the CIE-Lab color space, it is represented as L: 87.30, a: -14.32, and b: 28.69.
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 #CFE2A3
Triadic colors are three colors evenly spaced around the color wheel, including #CFE2A3. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CFE2A3
Monochromatic colors are variations of #CFE2A3, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFE2A3
The complementary color of #CFE2A3 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 #CFE2A3
/* Using HEX */ body { background-color: #cfe2a3; }
/* Using RGB */ body { background-color: rgb(207, 226, 163); }
/* Using RGB with opacity */ body { background-color: rgba(207, 226, 163, 0.5); }
/* Using HSL */ body { background-color: hsl(78, 52%, 76%); }
/* Text color */ p { color: #cfe2a3; }
/* Box shadow */ div { box-shadow: 4px 4px #cfe2a3; }
/* Border color */ .box { border: 4px solid #cfe2a3; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cfe2a3; }
/* Background with text */ div { background: #cfe2a3; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CFE2A3
<!-- Using HEX --> <div style="background-color: #cfe2a3; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 226, 163); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 226, 163, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(78, 52%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfe2a3;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfe2a3; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cfe2a3; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cfe2a3;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cfe2a3; color: #fff; padding: 16px; border-radius: 8px;"> #CFE2A3 </div>
Related Colors of #CFE2A3
These colors are similar to #CFE2A3, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.