Color: #BADFB8
#BADFB8 Color Information
#BADFB8 is a light color. The closest websafe version is #BADFB8. A complement of this color would be #DDB9DF, perceived brightness is 0.81, and the grayscale version is #CCCCCC.
In the HSL color space, this color has a hue angle of 117°,a saturation of 38%, and a lightness of 80%.The HSV representation shows a hue of 117°, a saturation of 17%, and a value of 87%.
In a RGB color space, #BADFB8 is composed of 73% red, 87% green and 72% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 17% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 66.73, x: 0.3425, and y: 0.4032.
Color Code #BADFB8
Shades of Color #BADFB8
Shades are created by darkening the original color #BADFB8 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 #BADFB8
Tints are created by lightening the original color #BADFB8 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 #BADFB8 Color Code
In the HSL color space, this color has a hue angle of 117°, a saturation of 38%, and a lightness of 80%. The HSV representation shows a hue of 117°, a saturation of 17%, and a value of 87%.
- HEX: #BADFB8
- RGB: rgb(186, 223, 184)
- HSL: hsl(117, 38%, 80%)
- HSV: hsv(117, 17%, 87%)
- CMYK: 17.00% cyan, 0.00% magenta, 17.00% yellow, 13.00% black
- XYZ: 56.68, 66.73, 42.08
- Yxy: 66.73, 0.3425, 0.4032
- Hunter Lab: 85.37, -18.07, 14.99
- CIE-Lab: 85.37, -18.07, 14.99
In the XYZ color space, this color is represented as X: 56.68, Y: 66.73, Z: 42.08. The Yxy representation further refines this as Y: 66.73, x: 0.3425, and y: 0.4032.
In the Hunter Lab color space, this color is represented as L: 85.37, a: -18.07, and b: 14.99. Similarly, in the CIE-Lab color space, it is represented as L: 85.37, a: -18.07, and b: 14.99.
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 #BADFB8
Triadic colors are three colors evenly spaced around the color wheel, including #BADFB8. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BADFB8
Split complementary colors are two colors adjacent to the complementary color of #BADFB8. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BADFB8
Monochromatic colors are variations of #BADFB8, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BADFB8
The complementary color of #BADFB8 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 #BADFB8
/* Using HEX */ body { background-color: #badfb8; }
/* Using RGB */ body { background-color: rgb(186, 223, 184); }
/* Using RGB with opacity */ body { background-color: rgba(186, 223, 184, 0.5); }
/* Using HSL */ body { background-color: hsl(117, 38%, 80%); }
/* Text color */ p { color: #badfb8; }
/* Box shadow */ div { box-shadow: 4px 4px #badfb8; }
/* Border color */ .box { border: 4px solid #badfb8; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #badfb8; }
/* Background with text */ div { background: #badfb8; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BADFB8
<!-- Using HEX --> <div style="background-color: #badfb8; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(186, 223, 184); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(186, 223, 184, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(117, 38%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #badfb8;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #badfb8; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #badfb8; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #badfb8;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #badfb8; color: #fff; padding: 16px; border-radius: 8px;"> #BADFB8 </div>
Related Colors of #BADFB8
These colors are similar to #BADFB8, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.