Color: #CFD35D
#CFD35D Color Information
#CFD35D is a light color. The closest websafe version is #CFD35D. A complement of this color would be #635FD3, perceived brightness is 0.77, and the grayscale version is #989898.
In the HSL color space, this color has a hue angle of 62°,a saturation of 57%, and a lightness of 60%.The HSV representation shows a hue of 62°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CFD35D is composed of 81% red, 83% green and 36% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 56% yellow and 17% black.
In the Yxy color space, this color is represented as Y: 61.24, x: 0.4140, and y: 0.4707.
Color Code #CFD35D
Shades of Color #CFD35D
Shades are created by darkening the original color #CFD35D 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 #CFD35D
Tints are created by lightening the original color #CFD35D 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 #CFD35D Color Code
In the HSL color space, this color has a hue angle of 62°, a saturation of 57%, and a lightness of 60%. The HSV representation shows a hue of 62°, a saturation of 56%, and a value of 83%.
- HEX: #CFD35D
- RGB: rgb(207, 211, 93)
- HSL: hsl(62, 57%, 60%)
- HSV: hsv(62, 56%, 83%)
- CMYK: 2.00% cyan, 0.00% magenta, 56.00% yellow, 17.00% black
- XYZ: 53.86, 61.24, 15.01
- Yxy: 61.24, 0.4140, 0.4707
- Hunter Lab: 82.51, -12.83, 56.52
- CIE-Lab: 82.51, -12.83, 56.52
In the XYZ color space, this color is represented as X: 53.86, Y: 61.24, Z: 15.01. The Yxy representation further refines this as Y: 61.24, x: 0.4140, and y: 0.4707.
In the Hunter Lab color space, this color is represented as L: 82.51, a: -12.83, and b: 56.52. Similarly, in the CIE-Lab color space, it is represented as L: 82.51, a: -12.83, and b: 56.52.
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 #CFD35D
Triadic colors are three colors evenly spaced around the color wheel, including #CFD35D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CFD35D
Monochromatic colors are variations of #CFD35D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CFD35D
The complementary color of #CFD35D 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 #CFD35D
/* Using HEX */ body { background-color: #cfd35d; }
/* Using RGB */ body { background-color: rgb(207, 211, 93); }
/* Using RGB with opacity */ body { background-color: rgba(207, 211, 93, 0.5); }
/* Using HSL */ body { background-color: hsl(62, 57%, 60%); }
/* Text color */ p { color: #cfd35d; }
/* Box shadow */ div { box-shadow: 4px 4px #cfd35d; }
HTML Examples of #CFD35D
<!-- Using HEX --> <div style="background-color: #cfd35d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 211, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 211, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(62, 57%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cfd35d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cfd35d; width: 100px; height: 100px;"></div>
Related Colors of #CFD35D
These colors are similar to #CFD35D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.