Color: #ADDE13
#ADDE13 Color Information
#ADDE13 is a light color. The closest websafe version is #ADDE13. A complement of this color would be #4213DD, perceived brightness is 0.72, and the grayscale version is #797979.
In the HSL color space, this color has a hue angle of 74°,a saturation of 84%, and a lightness of 47%.The HSV representation shows a hue of 74°, a saturation of 91%, and a value of 87%.
In a RGB color space, #ADDE13 is composed of 68% red, 87% green and 7% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 0% magenta, 91% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 61.70, x: 0.3994, and y: 0.5306.
Color Code #ADDE13
Shades of Color #ADDE13
Shades are created by darkening the original color #ADDE13 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 #ADDE13
Tints are created by lightening the original color #ADDE13 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 #ADDE13 Color Code
In the HSL color space, this color has a hue angle of 74°, a saturation of 84%, and a lightness of 47%. The HSV representation shows a hue of 74°, a saturation of 91%, and a value of 87%.
- HEX: #ADDE13
- RGB: rgb(173, 222, 19)
- HSL: hsl(74, 84%, 47%)
- HSV: hsv(74, 91%, 87%)
- CMYK: 22.00% cyan, 0.00% magenta, 91.00% yellow, 13.00% black
- XYZ: 46.44, 61.70, 8.14
- Yxy: 61.70, 0.3994, 0.5306
- Hunter Lab: 82.76, -33.73, 77.86
- CIE-Lab: 82.76, -33.73, 77.86
In the XYZ color space, this color is represented as X: 46.44, Y: 61.70, Z: 8.14. The Yxy representation further refines this as Y: 61.70, x: 0.3994, and y: 0.5306.
In the Hunter Lab color space, this color is represented as L: 82.76, a: -33.73, and b: 77.86. Similarly, in the CIE-Lab color space, it is represented as L: 82.76, a: -33.73, and b: 77.86.
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 #ADDE13
Triadic colors are three colors evenly spaced around the color wheel, including #ADDE13. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADDE13
Split complementary colors are two colors adjacent to the complementary color of #ADDE13. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADDE13
Monochromatic colors are variations of #ADDE13, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADDE13
The complementary color of #ADDE13 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 #ADDE13
/* Using HEX */ body { background-color: #adde13; }
/* Using RGB */ body { background-color: rgb(173, 222, 19); }
/* Using RGB with opacity */ body { background-color: rgba(173, 222, 19, 0.5); }
/* Using HSL */ body { background-color: hsl(74, 84%, 47%); }
/* Text color */ p { color: #adde13; }
/* Box shadow */ div { box-shadow: 4px 4px #adde13; }
/* Border color */ .box { border: 4px solid #adde13; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #adde13; }
/* Background with text */ div { background: #adde13; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADDE13
<!-- Using HEX --> <div style="background-color: #adde13; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 222, 19); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 222, 19, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(74, 84%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adde13;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adde13; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #adde13; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #adde13;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #adde13; color: #fff; padding: 16px; border-radius: 8px;"> #ADDE13 </div>
Related Colors of #ADDE13
These colors are similar to #ADDE13, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.