Color: #ADEE66
#ADEE66 Color Information
#ADEE66 is a light color. The closest websafe version is #ADEE66. A complement of this color would be #A968EE, perceived brightness is 0.80, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 89°,a saturation of 80%, and a lightness of 67%.The HSV representation shows a hue of 89°, a saturation of 57%, and a value of 93%.
In a RGB color space, #ADEE66 is composed of 68% red, 93% green and 40% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 57% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 71.40, x: 0.3714, and y: 0.4999.
Color Code #ADEE66
Shades of Color #ADEE66
Shades are created by darkening the original color #ADEE66 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 #ADEE66
Tints are created by lightening the original color #ADEE66 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 #ADEE66 Color Code
In the HSL color space, this color has a hue angle of 89°, a saturation of 80%, and a lightness of 67%. The HSV representation shows a hue of 89°, a saturation of 57%, and a value of 93%.
- HEX: #ADEE66
- RGB: rgb(173, 238, 102)
- HSL: hsl(89, 80%, 67%)
- HSV: hsv(89, 57%, 93%)
- CMYK: 27.00% cyan, 0.00% magenta, 57.00% yellow, 7.00% black
- XYZ: 53.05, 71.40, 18.37
- Yxy: 71.40, 0.3714, 0.4999
- Hunter Lab: 87.68, -37.19, 57.53
- CIE-Lab: 87.68, -37.19, 57.53
In the XYZ color space, this color is represented as X: 53.05, Y: 71.40, Z: 18.37. The Yxy representation further refines this as Y: 71.40, x: 0.3714, and y: 0.4999.
In the Hunter Lab color space, this color is represented as L: 87.68, a: -37.19, and b: 57.53. Similarly, in the CIE-Lab color space, it is represented as L: 87.68, a: -37.19, and b: 57.53.
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 #ADEE66
Triadic colors are three colors evenly spaced around the color wheel, including #ADEE66. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADEE66
Split complementary colors are two colors adjacent to the complementary color of #ADEE66. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADEE66
Monochromatic colors are variations of #ADEE66, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADEE66
The complementary color of #ADEE66 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 #ADEE66
/* Using HEX */ body { background-color: #adee66; }
/* Using RGB */ body { background-color: rgb(173, 238, 102); }
/* Using RGB with opacity */ body { background-color: rgba(173, 238, 102, 0.5); }
/* Using HSL */ body { background-color: hsl(89, 80%, 67%); }
/* Text color */ p { color: #adee66; }
/* Box shadow */ div { box-shadow: 4px 4px #adee66; }
/* Border color */ .box { border: 4px solid #adee66; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adee66; }
/* Background with text */ div { background: #adee66; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADEE66
<!-- Using HEX --> <div style="background-color: #adee66; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 238, 102); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 238, 102, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(89, 80%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adee66;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adee66; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adee66; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adee66;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adee66; color: #fff; padding: 16px; border-radius: 8px;"> #ADEE66 </div>
Related Colors of #ADEE66
These colors are similar to #ADEE66, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.