Color: #AEC4CB
#AEC4CB Color Information
#AEC4CB is a light color. The closest websafe version is #AEC4CB. A complement of this color would be #CBB5AE, perceived brightness is 0.75, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 194°,a saturation of 22%, and a lightness of 74%.The HSV representation shows a hue of 194°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AEC4CB is composed of 68% red, 77% green and 80% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 3% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 52.61, x: 0.3229, and y: 0.3520.
Color Code #AEC4CB
Shades of Color #AEC4CB
Shades are created by darkening the original color #AEC4CB 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 #AEC4CB
Tints are created by lightening the original color #AEC4CB 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 #AEC4CB Color Code
In the HSL color space, this color has a hue angle of 194°, a saturation of 22%, and a lightness of 74%. The HSV representation shows a hue of 194°, a saturation of 14%, and a value of 80%.
- HEX: #AEC4CB
- RGB: rgb(174, 196, 203)
- HSL: hsl(194, 22%, 74%)
- HSV: hsv(194, 14%, 80%)
- CMYK: 14.00% cyan, 3.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 48.26, 52.61, 48.60
- Yxy: 52.61, 0.3229, 0.3520
- Hunter Lab: 77.64, -6.66, -6.19
- CIE-Lab: 77.64, -6.66, -6.19
In the XYZ color space, this color is represented as X: 48.26, Y: 52.61, Z: 48.60. The Yxy representation further refines this as Y: 52.61, x: 0.3229, and y: 0.3520.
In the Hunter Lab color space, this color is represented as L: 77.64, a: -6.66, and b: -6.19. Similarly, in the CIE-Lab color space, it is represented as L: 77.64, a: -6.66, and b: -6.19.
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 #AEC4CB
Triadic colors are three colors evenly spaced around the color wheel, including #AEC4CB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AEC4CB
Monochromatic colors are variations of #AEC4CB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AEC4CB
The complementary color of #AEC4CB 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 #AEC4CB
/* Using HEX */ body { background-color: #aec4cb; }
/* Using RGB */ body { background-color: rgb(174, 196, 203); }
/* Using RGB with opacity */ body { background-color: rgba(174, 196, 203, 0.5); }
/* Using HSL */ body { background-color: hsl(194, 22%, 74%); }
/* Text color */ p { color: #aec4cb; }
/* Box shadow */ div { box-shadow: 4px 4px #aec4cb; }
HTML Examples of #AEC4CB
<!-- Using HEX --> <div style="background-color: #aec4cb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 196, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 196, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(194, 22%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aec4cb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aec4cb; width: 100px; height: 100px;"></div>
Related Colors of #AEC4CB
These colors are similar to #AEC4CB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.