Color: #ADADFB
#ADADFB Color Information
#ADADFB is a light color. The closest websafe version is #ADADFB. A complement of this color would be #FBFBAC, perceived brightness is 0.71, and the grayscale version is #D4D4D4.
In the HSL color space, this color has a hue angle of 240°,a saturation of 91%, and a lightness of 83%.The HSV representation shows a hue of 240°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ADADFB is composed of 68% red, 68% green and 98% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 31% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 45.10, x: 0.2886, and y: 0.2704.
Color Code #ADADFB
Shades of Color #ADADFB
Shades are created by darkening the original color #ADADFB 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 #ADADFB
Tints are created by lightening the original color #ADADFB 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 #ADADFB Color Code
In the HSL color space, this color has a hue angle of 240°, a saturation of 91%, and a lightness of 83%. The HSV representation shows a hue of 240°, a saturation of 31%, and a value of 98%.
- HEX: #ADADFB
- RGB: rgb(173, 173, 251)
- HSL: hsl(240, 91%, 83%)
- HSV: hsv(240, 31%, 98%)
- CMYK: 31.00% cyan, 31.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 48.12, 45.10, 73.54
- Yxy: 45.10, 0.2886, 0.2704
- Hunter Lab: 72.96, 13.15, -39.08
- CIE-Lab: 72.96, 13.15, -39.08
In the XYZ color space, this color is represented as X: 48.12, Y: 45.10, Z: 73.54. The Yxy representation further refines this as Y: 45.10, x: 0.2886, and y: 0.2704.
In the Hunter Lab color space, this color is represented as L: 72.96, a: 13.15, and b: -39.08. Similarly, in the CIE-Lab color space, it is represented as L: 72.96, a: 13.15, and b: -39.08.
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 #ADADFB
Triadic colors are three colors evenly spaced around the color wheel, including #ADADFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADADFB
Monochromatic colors are variations of #ADADFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADADFB
The complementary color of #ADADFB 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 #ADADFB
/* Using HEX */ body { background-color: #adadfb; }
/* Using RGB */ body { background-color: rgb(173, 173, 251); }
/* Using RGB with opacity */ body { background-color: rgba(173, 173, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(240, 91%, 83%); }
/* Text color */ p { color: #adadfb; }
/* Box shadow */ div { box-shadow: 4px 4px #adadfb; }
HTML Examples of #ADADFB
<!-- Using HEX --> <div style="background-color: #adadfb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 173, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 173, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(240, 91%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adadfb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adadfb; width: 100px; height: 100px;"></div>
Related Colors of #ADADFB
These colors are similar to #ADADFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.