Color: #ABBE9F
#ABBE9F Color Information
#ABBE9F is a light color. The closest websafe version is #ABBE9F. A complement of this color would be #B19EBD, perceived brightness is 0.71, and the grayscale version is #AFAFAF.
In the HSL color space, this color has a hue angle of 97°,a saturation of 19%, and a lightness of 68%.The HSV representation shows a hue of 97°, a saturation of 16%, and a value of 75%.
In a RGB color space, #ABBE9F is composed of 67% red, 75% green and 62% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 16% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 48.08, x: 0.3518, and y: 0.3975.
Color Code #ABBE9F
Shades of Color #ABBE9F
Shades are created by darkening the original color #ABBE9F 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 #ABBE9F
Tints are created by lightening the original color #ABBE9F 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 #ABBE9F Color Code
In the HSL color space, this color has a hue angle of 97°, a saturation of 19%, and a lightness of 68%. The HSV representation shows a hue of 97°, a saturation of 16%, and a value of 75%.
- HEX: #ABBE9F
- RGB: rgb(171, 190, 159)
- HSL: hsl(97, 19%, 68%)
- HSV: hsv(97, 16%, 75%)
- CMYK: 10.00% cyan, 0.00% magenta, 16.00% yellow, 25.00% black
- XYZ: 42.55, 48.08, 30.33
- Yxy: 48.08, 0.3518, 0.3975
- Hunter Lab: 74.87, -11.04, 13.42
- CIE-Lab: 74.87, -11.04, 13.42
In the XYZ color space, this color is represented as X: 42.55, Y: 48.08, Z: 30.33. The Yxy representation further refines this as Y: 48.08, x: 0.3518, and y: 0.3975.
In the Hunter Lab color space, this color is represented as L: 74.87, a: -11.04, and b: 13.42. Similarly, in the CIE-Lab color space, it is represented as L: 74.87, a: -11.04, and b: 13.42.
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 #ABBE9F
Triadic colors are three colors evenly spaced around the color wheel, including #ABBE9F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ABBE9F
Monochromatic colors are variations of #ABBE9F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABBE9F
The complementary color of #ABBE9F 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 #ABBE9F
/* Using HEX */ body { background-color: #abbe9f; }
/* Using RGB */ body { background-color: rgb(171, 190, 159); }
/* Using RGB with opacity */ body { background-color: rgba(171, 190, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(97, 19%, 68%); }
/* Text color */ p { color: #abbe9f; }
/* Box shadow */ div { box-shadow: 4px 4px #abbe9f; }
/* Border color */ .box { border: 4px solid #abbe9f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #abbe9f; }
/* Background with text */ div { background: #abbe9f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABBE9F
<!-- Using HEX --> <div style="background-color: #abbe9f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 190, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 190, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(97, 19%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #abbe9f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #abbe9f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #abbe9f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #abbe9f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #abbe9f; color: #fff; padding: 16px; border-radius: 8px;"> #ABBE9F </div>
Related Colors of #ABBE9F
These colors are similar to #ABBE9F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.