Color: #ACBBFC
#ACBBFC Color Information
#ACBBFC is a light color. The closest websafe version is #ACBBFC. A complement of this color would be #FCEDAB, perceived brightness is 0.74, and the grayscale version is #D4D4D4.
In the HSL color space, this color has a hue angle of 229°,a saturation of 93%, and a lightness of 83%.The HSV representation shows a hue of 229°, a saturation of 32%, and a value of 99%.
In a RGB color space, #ACBBFC is composed of 67% red, 73% green and 99% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 26% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 50.70, x: 0.2890, and y: 0.2870.
Color Code #ACBBFC
Shades of Color #ACBBFC
Shades are created by darkening the original color #ACBBFC 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 #ACBBFC
Tints are created by lightening the original color #ACBBFC 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 #ACBBFC Color Code
In the HSL color space, this color has a hue angle of 229°, a saturation of 93%, and a lightness of 83%. The HSV representation shows a hue of 229°, a saturation of 32%, and a value of 99%.
- HEX: #ACBBFC
- RGB: rgb(172, 187, 252)
- HSL: hsl(229, 93%, 83%)
- HSV: hsv(229, 32%, 99%)
- CMYK: 32.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 51.05, 50.70, 74.92
- Yxy: 50.70, 0.2890, 0.2870
- Hunter Lab: 76.50, 5.80, -34.18
- CIE-Lab: 76.50, 5.80, -34.18
In the XYZ color space, this color is represented as X: 51.05, Y: 50.70, Z: 74.92. The Yxy representation further refines this as Y: 50.70, x: 0.2890, and y: 0.2870.
In the Hunter Lab color space, this color is represented as L: 76.50, a: 5.80, and b: -34.18. Similarly, in the CIE-Lab color space, it is represented as L: 76.50, a: 5.80, and b: -34.18.
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 #ACBBFC
Triadic colors are three colors evenly spaced around the color wheel, including #ACBBFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ACBBFC
Split complementary colors are two colors adjacent to the complementary color of #ACBBFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ACBBFC
Monochromatic colors are variations of #ACBBFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ACBBFC
The complementary color of #ACBBFC 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 #ACBBFC
/* Using HEX */ body { background-color: #acbbfc; }
/* Using RGB */ body { background-color: rgb(172, 187, 252); }
/* Using RGB with opacity */ body { background-color: rgba(172, 187, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(229, 93%, 83%); }
/* Text color */ p { color: #acbbfc; }
/* Box shadow */ div { box-shadow: 4px 4px #acbbfc; }
/* Border color */ .box { border: 4px solid #acbbfc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #acbbfc; }
/* Background with text */ div { background: #acbbfc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ACBBFC
<!-- Using HEX --> <div style="background-color: #acbbfc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 187, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 187, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(229, 93%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #acbbfc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #acbbfc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #acbbfc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #acbbfc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #acbbfc; color: #fff; padding: 16px; border-radius: 8px;"> #ACBBFC </div>
Related Colors of #ACBBFC
These colors are similar to #ACBBFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.