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