Color: #CAD96E
#CAD96E Color Information
#CAD96E is a light color. The closest websafe version is #CAD96E. A complement of this color would be #7C6ED8, perceived brightness is 0.79, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 68°,a saturation of 58%, and a lightness of 64%.The HSV representation shows a hue of 68°, a saturation of 49%, and a value of 85%.
In a RGB color space, #CAD96E is composed of 79% red, 85% green and 43% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 49% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 63.83, x: 0.3986, and y: 0.4651.
Color Code #CAD96E
Shades of Color #CAD96E
Shades are created by darkening the original color #CAD96E 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 #CAD96E
Tints are created by lightening the original color #CAD96E 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 #CAD96E Color Code
In the HSL color space, this color has a hue angle of 68°, a saturation of 58%, and a lightness of 64%. The HSV representation shows a hue of 68°, a saturation of 49%, and a value of 85%.
- HEX: #CAD96E
- RGB: rgb(202, 217, 110)
- HSL: hsl(68, 58%, 64%)
- HSV: hsv(68, 49%, 85%)
- CMYK: 7.00% cyan, 0.00% magenta, 49.00% yellow, 15.00% black
- XYZ: 54.70, 63.83, 18.70
- Yxy: 63.83, 0.3986, 0.4651
- Hunter Lab: 83.88, -16.58, 50.28
- CIE-Lab: 83.88, -16.58, 50.28
In the XYZ color space, this color is represented as X: 54.70, Y: 63.83, Z: 18.70. The Yxy representation further refines this as Y: 63.83, x: 0.3986, and y: 0.4651.
In the Hunter Lab color space, this color is represented as L: 83.88, a: -16.58, and b: 50.28. Similarly, in the CIE-Lab color space, it is represented as L: 83.88, a: -16.58, and b: 50.28.
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 #CAD96E
Triadic colors are three colors evenly spaced around the color wheel, including #CAD96E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CAD96E
Split complementary colors are two colors adjacent to the complementary color of #CAD96E. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CAD96E
Monochromatic colors are variations of #CAD96E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CAD96E
The complementary color of #CAD96E 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 #CAD96E
/* Using HEX */ body { background-color: #cad96e; }
/* Using RGB */ body { background-color: rgb(202, 217, 110); }
/* Using RGB with opacity */ body { background-color: rgba(202, 217, 110, 0.5); }
/* Using HSL */ body { background-color: hsl(68, 58%, 64%); }
/* Text color */ p { color: #cad96e; }
/* Box shadow */ div { box-shadow: 4px 4px #cad96e; }
/* Border color */ .box { border: 4px solid #cad96e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cad96e; }
/* Background with text */ div { background: #cad96e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CAD96E
<!-- Using HEX --> <div style="background-color: #cad96e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 217, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 217, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(68, 58%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cad96e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cad96e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cad96e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cad96e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cad96e; color: #fff; padding: 16px; border-radius: 8px;"> #CAD96E </div>
Related Colors of #CAD96E
These colors are similar to #CAD96E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.