Color: #8FCDB2
#8FCDB2 Color Information
#8FCDB2 is a light color. The closest websafe version is #8FCDB2. A complement of this color would be #CC8EA9, perceived brightness is 0.72, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 154°,a saturation of 38%, and a lightness of 68%.The HSV representation shows a hue of 154°, a saturation of 100%, and a value of 100%.
In a RGB color space, #8FCDB2 is composed of 56% red, 80% green and 70% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 13% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 52.58, x: 0.3158, and y: 0.3967.
Color Code #8FCDB2
Shades of Color #8FCDB2
Shades are created by darkening the original color #8FCDB2 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 #8FCDB2
Tints are created by lightening the original color #8FCDB2 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 #8FCDB2 Color Code
In the HSL color space, this color has a hue angle of 154°, a saturation of 38%, and a lightness of 68%. The HSV representation shows a hue of 154°, a saturation of 30%, and a value of 80%.
- HEX: #8FCDB2
- RGB: rgb(143, 205, 178)
- HSL: hsl(154, 38%, 68%)
- HSV: hsv(154, 30%, 80%)
- CMYK: 30.00% cyan, 0.00% magenta, 13.00% yellow, 20.00% black
- XYZ: 41.86, 52.58, 38.11
- Yxy: 52.58, 0.3158, 0.3967
- Hunter Lab: 77.62, -24.97, 6.83
- CIE-Lab: 77.62, -24.97, 6.83
In the XYZ color space, this color is represented as X: 41.86, Y: 52.58, Z: 38.11. The Yxy representation further refines this as Y: 52.58, x: 0.3158, and y: 0.3967.
In the Hunter Lab color space, this color is represented as L: 77.62, a: -24.97, and b: 6.83. Similarly, in the CIE-Lab color space, it is represented as L: 77.62, a: -24.97, and b: 6.83.
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 #8FCDB2
Triadic colors are three colors evenly spaced around the color wheel, including #8FCDB2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #8FCDB2
Monochromatic colors are variations of #8FCDB2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #8FCDB2
The complementary color of #8FCDB2 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 #8FCDB2
/* Using HEX */ body { background-color: #8fcdb2; }
/* Using RGB */ body { background-color: rgb(143, 205, 178); }
/* Using RGB with opacity */ body { background-color: rgba(143, 205, 178, 0.5); }
/* Using HSL */ body { background-color: hsl(154, 38%, 68%); }
/* Text color */ p { color: #8fcdb2; }
/* Box shadow */ div { box-shadow: 4px 4px #8fcdb2; }
HTML Examples of #8FCDB2
<!-- Using HEX --> <div style="background-color: #8fcdb2; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(143, 205, 178); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(143, 205, 178, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(154, 38%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #8fcdb2;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #8fcdb2; width: 100px; height: 100px;"></div>
Related Colors of #8FCDB2
These colors are similar to #8FCDB2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.