Color: #CEC45C
#CEC45C Color Information
#CEC45C is a light color. The closest websafe version is #CEC45C. A complement of this color would be #5A64CE, perceived brightness is 0.73, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 55°,a saturation of 54%, and a lightness of 58%.The HSV representation shows a hue of 55°, a saturation of 55%, and a value of 81%.
In a RGB color space, #CEC45C is composed of 81% red, 77% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 55% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 53.95, x: 0.4229, and y: 0.4591.
Color Code #CEC45C
Shades of Color #CEC45C
Shades are created by darkening the original color #CEC45C 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 #CEC45C
Tints are created by lightening the original color #CEC45C 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 #CEC45C Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 54%, and a lightness of 58%. The HSV representation shows a hue of 55°, a saturation of 55%, and a value of 81%.
- HEX: #CEC45C
- RGB: rgb(206, 196, 92)
- HSL: hsl(55, 54%, 58%)
- HSV: hsv(55, 55%, 81%)
- CMYK: 0.00% cyan, 5.00% magenta, 55.00% yellow, 19.00% black
- XYZ: 49.70, 53.95, 13.86
- Yxy: 53.95, 0.4229, 0.4591
- Hunter Lab: 78.44, -6.15, 52.46
- CIE-Lab: 78.44, -6.15, 52.46
In the XYZ color space, this color is represented as X: 49.70, Y: 53.95, Z: 13.86. The Yxy representation further refines this as Y: 53.95, x: 0.4229, and y: 0.4591.
In the Hunter Lab color space, this color is represented as L: 78.44, a: -6.15, and b: 52.46. Similarly, in the CIE-Lab color space, it is represented as L: 78.44, a: -6.15, and b: 52.46.
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 #CEC45C
Triadic colors are three colors evenly spaced around the color wheel, including #CEC45C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CEC45C
Monochromatic colors are variations of #CEC45C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CEC45C
The complementary color of #CEC45C 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 #CEC45C
/* Using HEX */ body { background-color: #cec45c; }
/* Using RGB */ body { background-color: rgb(206, 196, 92); }
/* Using RGB with opacity */ body { background-color: rgba(206, 196, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 54%, 58%); }
/* Text color */ p { color: #cec45c; }
/* Box shadow */ div { box-shadow: 4px 4px #cec45c; }
/* Border color */ .box { border: 4px solid #cec45c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cec45c; }
/* Background with text */ div { background: #cec45c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CEC45C
<!-- Using HEX --> <div style="background-color: #cec45c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 196, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 196, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 54%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cec45c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cec45c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cec45c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cec45c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cec45c; color: #fff; padding: 16px; border-radius: 8px;"> #CEC45C </div>
Related Colors of #CEC45C
These colors are similar to #CEC45C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.