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