Color: #CADB07
#CADB07 Color Information
#CADB07 is a light color. The closest websafe version is #CADB07. A complement of this color would be #1807DA, perceived brightness is 0.74, and the grayscale version is #717171.
In the HSL color space, this color has a hue angle of 65°,a saturation of 94%, and a lightness of 44%.The HSV representation shows a hue of 65°, a saturation of 97%, and a value of 86%.
In a RGB color space, #CADB07 is composed of 79% red, 86% green and 3% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 97% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 63.94, x: 0.4250, and y: 0.5121.
Color Code #CADB07
Shades of Color #CADB07
Shades are created by darkening the original color #CADB07 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 #CADB07
Tints are created by lightening the original color #CADB07 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 #CADB07 Color Code
In the HSL color space, this color has a hue angle of 65°, a saturation of 94%, and a lightness of 44%. The HSV representation shows a hue of 65°, a saturation of 97%, and a value of 86%.
- HEX: #CADB07
- RGB: rgb(202, 219, 7)
- HSL: hsl(65, 94%, 44%)
- HSV: hsv(65, 97%, 86%)
- CMYK: 8.00% cyan, 0.00% magenta, 97.00% yellow, 14.00% black
- XYZ: 53.06, 63.94, 7.85
- Yxy: 63.94, 0.4250, 0.5121
- Hunter Lab: 83.93, -21.00, 80.99
- CIE-Lab: 83.93, -21.00, 80.99
In the XYZ color space, this color is represented as X: 53.06, Y: 63.94, Z: 7.85. The Yxy representation further refines this as Y: 63.94, x: 0.4250, and y: 0.5121.
In the Hunter Lab color space, this color is represented as L: 83.93, a: -21.00, and b: 80.99. Similarly, in the CIE-Lab color space, it is represented as L: 83.93, a: -21.00, and b: 80.99.
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 #CADB07
Triadic colors are three colors evenly spaced around the color wheel, including #CADB07. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CADB07
Split complementary colors are two colors adjacent to the complementary color of #CADB07. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CADB07
Monochromatic colors are variations of #CADB07, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CADB07
The complementary color of #CADB07 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 #CADB07
/* Using HEX */ body { background-color: #cadb07; }
/* Using RGB */ body { background-color: rgb(202, 219, 7); }
/* Using RGB with opacity */ body { background-color: rgba(202, 219, 7, 0.5); }
/* Using HSL */ body { background-color: hsl(65, 94%, 44%); }
/* Text color */ p { color: #cadb07; }
/* Box shadow */ div { box-shadow: 4px 4px #cadb07; }
/* Border color */ .box { border: 4px solid #cadb07; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cadb07; }
/* Background with text */ div { background: #cadb07; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CADB07
<!-- Using HEX --> <div style="background-color: #cadb07; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(202, 219, 7); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(202, 219, 7, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(65, 94%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cadb07;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cadb07; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cadb07; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cadb07;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cadb07; color: #fff; padding: 16px; border-radius: 8px;"> #CADB07 </div>
Related Colors of #CADB07
These colors are similar to #CADB07, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.