Color: #ADCADB
#ADCADB Color Information
#ADCADB is a light color. The closest websafe version is #ADCADB. A complement of this color would be #DBBEAD, perceived brightness is 0.77, and the grayscale version is #C4C4C4.
In the HSL color space, this color has a hue angle of 202°,a saturation of 39%, and a lightness of 77%.The HSV representation shows a hue of 202°, a saturation of 21%, and a value of 86%.
In a RGB color space, #ADCADB is composed of 68% red, 79% green and 86% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 8% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 55.93, x: 0.3117, and y: 0.3412.
Color Code #ADCADB
Shades of Color #ADCADB
Shades are created by darkening the original color #ADCADB 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 #ADCADB
Tints are created by lightening the original color #ADCADB 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 #ADCADB Color Code
In the HSL color space, this color has a hue angle of 202°, a saturation of 39%, and a lightness of 77%. The HSV representation shows a hue of 202°, a saturation of 21%, and a value of 86%.
- HEX: #ADCADB
- RGB: rgb(173, 202, 219)
- HSL: hsl(202, 39%, 77%)
- HSV: hsv(202, 21%, 86%)
- CMYK: 21.00% cyan, 8.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 51.10, 55.93, 56.91
- Yxy: 55.93, 0.3117, 0.3412
- Hunter Lab: 79.58, -7.34, -11.91
- CIE-Lab: 79.58, -7.34, -11.91
In the XYZ color space, this color is represented as X: 51.10, Y: 55.93, Z: 56.91. The Yxy representation further refines this as Y: 55.93, x: 0.3117, and y: 0.3412.
In the Hunter Lab color space, this color is represented as L: 79.58, a: -7.34, and b: -11.91. Similarly, in the CIE-Lab color space, it is represented as L: 79.58, a: -7.34, and b: -11.91.
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 #ADCADB
Triadic colors are three colors evenly spaced around the color wheel, including #ADCADB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADCADB
Monochromatic colors are variations of #ADCADB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADCADB
The complementary color of #ADCADB 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 #ADCADB
/* Using HEX */ body { background-color: #adcadb; }
/* Using RGB */ body { background-color: rgb(173, 202, 219); }
/* Using RGB with opacity */ body { background-color: rgba(173, 202, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(202, 39%, 77%); }
/* Text color */ p { color: #adcadb; }
/* Box shadow */ div { box-shadow: 4px 4px #adcadb; }
/* Border color */ .box { border: 4px solid #adcadb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adcadb; }
/* Background with text */ div { background: #adcadb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADCADB
<!-- Using HEX --> <div style="background-color: #adcadb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 202, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 202, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(202, 39%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adcadb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adcadb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adcadb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adcadb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adcadb; color: #fff; padding: 16px; border-radius: 8px;"> #ADCADB </div>
Related Colors of #ADCADB
These colors are similar to #ADCADB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.