Color: #CBF987
#CBF987 Color Information
#CBF987 is a light color. The closest websafe version is #CBF987. A complement of this color would be #B486F9, perceived brightness is 0.87, and the grayscale version is #C0C0C0.
In the HSL color space, this color has a hue angle of 84°,a saturation of 90%, and a lightness of 75%.The HSV representation shows a hue of 84°, a saturation of 46%, and a value of 98%.
In a RGB color space, #CBF987 is composed of 80% red, 98% green and 53% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 46% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 82.67, x: 0.3750, and y: 0.4697.
Color Code #CBF987
Shades of Color #CBF987
Shades are created by darkening the original color #CBF987 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 #CBF987
Tints are created by lightening the original color #CBF987 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 #CBF987 Color Code
In the HSL color space, this color has a hue angle of 84°, a saturation of 90%, and a lightness of 75%. The HSV representation shows a hue of 84°, a saturation of 46%, and a value of 98%.
- HEX: #CBF987
- RGB: rgb(203, 249, 135)
- HSL: hsl(84, 90%, 75%)
- HSV: hsv(84, 46%, 98%)
- CMYK: 18.00% cyan, 0.00% magenta, 46.00% yellow, 2.00% black
- XYZ: 65.99, 82.67, 27.33
- Yxy: 82.67, 0.3750, 0.4697
- Hunter Lab: 92.87, -28.64, 49.32
- CIE-Lab: 92.87, -28.64, 49.32
In the XYZ color space, this color is represented as X: 65.99, Y: 82.67, Z: 27.33. The Yxy representation further refines this as Y: 82.67, x: 0.3750, and y: 0.4697.
In the Hunter Lab color space, this color is represented as L: 92.87, a: -28.64, and b: 49.32. Similarly, in the CIE-Lab color space, it is represented as L: 92.87, a: -28.64, and b: 49.32.
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 #CBF987
Triadic colors are three colors evenly spaced around the color wheel, including #CBF987. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CBF987
Split complementary colors are two colors adjacent to the complementary color of #CBF987. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CBF987
Monochromatic colors are variations of #CBF987, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CBF987
The complementary color of #CBF987 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 #CBF987
/* Using HEX */ body { background-color: #cbf987; }
/* Using RGB */ body { background-color: rgb(203, 249, 135); }
/* Using RGB with opacity */ body { background-color: rgba(203, 249, 135, 0.5); }
/* Using HSL */ body { background-color: hsl(84, 90%, 75%); }
/* Text color */ p { color: #cbf987; }
/* Box shadow */ div { box-shadow: 4px 4px #cbf987; }
/* Border color */ .box { border: 4px solid #cbf987; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cbf987; }
/* Background with text */ div { background: #cbf987; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CBF987
<!-- Using HEX --> <div style="background-color: #cbf987; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 249, 135); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 249, 135, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(84, 90%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cbf987;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cbf987; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cbf987; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cbf987;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cbf987; color: #fff; padding: 16px; border-radius: 8px;"> #CBF987 </div>
Related Colors of #CBF987
These colors are similar to #CBF987, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.