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