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