Color: #BFDF0C
#BFDF0C Color Information
#BFDF0C is a light color. The closest websafe version is #BFDF0C. A complement of this color would be #2B0CDF, perceived brightness is 0.74, and the grayscale version is #767676.
In the HSL color space, this color has a hue angle of 69°,a saturation of 90%, and a lightness of 46%.The HSV representation shows a hue of 69°, a saturation of 95%, and a value of 87%.
In a RGB color space, #BFDF0C is composed of 75% red, 87% green and 5% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 95% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 64.51, x: 0.4133, and y: 0.5209.
Color Code #BFDF0C
Shades of Color #BFDF0C
Shades are created by darkening the original color #BFDF0C 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 #BFDF0C
Tints are created by lightening the original color #BFDF0C 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 #BFDF0C Color Code
In the HSL color space, this color has a hue angle of 69°, a saturation of 90%, and a lightness of 46%. The HSV representation shows a hue of 69°, a saturation of 95%, and a value of 87%.
- HEX: #BFDF0C
- RGB: rgb(191, 223, 12)
- HSL: hsl(69, 90%, 46%)
- HSV: hsv(69, 95%, 87%)
- CMYK: 14.00% cyan, 0.00% magenta, 95.00% yellow, 13.00% black
- XYZ: 51.19, 64.51, 8.15
- Yxy: 64.51, 0.4133, 0.5209
- Hunter Lab: 84.23, -27.19, 80.35
- CIE-Lab: 84.23, -27.19, 80.35
In the XYZ color space, this color is represented as X: 51.19, Y: 64.51, Z: 8.15. The Yxy representation further refines this as Y: 64.51, x: 0.4133, and y: 0.5209.
In the Hunter Lab color space, this color is represented as L: 84.23, a: -27.19, and b: 80.35. Similarly, in the CIE-Lab color space, it is represented as L: 84.23, a: -27.19, and b: 80.35.
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 #BFDF0C
Triadic colors are three colors evenly spaced around the color wheel, including #BFDF0C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BFDF0C
Monochromatic colors are variations of #BFDF0C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BFDF0C
The complementary color of #BFDF0C 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 #BFDF0C
/* Using HEX */ body { background-color: #bfdf0c; }
/* Using RGB */ body { background-color: rgb(191, 223, 12); }
/* Using RGB with opacity */ body { background-color: rgba(191, 223, 12, 0.5); }
/* Using HSL */ body { background-color: hsl(69, 90%, 46%); }
/* Text color */ p { color: #bfdf0c; }
/* Box shadow */ div { box-shadow: 4px 4px #bfdf0c; }
/* Border color */ .box { border: 4px solid #bfdf0c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bfdf0c; }
/* Background with text */ div { background: #bfdf0c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BFDF0C
<!-- Using HEX --> <div style="background-color: #bfdf0c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 223, 12); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 223, 12, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(69, 90%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bfdf0c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bfdf0c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bfdf0c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bfdf0c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bfdf0c; color: #fff; padding: 16px; border-radius: 8px;"> #BFDF0C </div>
Related Colors of #BFDF0C
These colors are similar to #BFDF0C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.