Color: #8DFBCC

#8DFBCC Color Information

#8DFBCC is a light color. The closest websafe version is #8DFBCC. A complement of this color would be #FB8EBD, perceived brightness is 0.83, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 154°,a saturation of 93%, and a lightness of 77%.The HSV representation shows a hue of 154°, a saturation of 44%, and a value of 98%.

In a RGB color space, #8DFBCC is composed of 55% red, 98% green and 80% blue. Whereas in a CMYK color space, it is composed of 44% cyan, 0% magenta, 19% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 78.74, x: 0.3037, and y: 0.4166.

Color Code #8DFBCC

#8DFBCCrgb(141, 251, 204)
HEX
#8DFBCC
RGB
rgb(141, 251, 204)
HSL
hsl(154, 93%, 77%)
HSV
hsv(154, 44%, 98%)
CMYK
44%, 0%, 19%, 2%
XYZ
X: 57.40, Y: 78.74, Z: 52.86
Lab
L: 91.12, a: -41.10, b: 12.28
Name

Shades of Color #8DFBCC

Shades are created by darkening the original color #8DFBCC 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 #8DFBCC

Tints are created by lightening the original color #8DFBCC 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.

#8DFBCCrgb(141, 251, 204)

About #8DFBCC Color Code

In the HSL color space, this color has a hue angle of 154°, a saturation of 93%, and a lightness of 77%. The HSV representation shows a hue of 154°, a saturation of 44%, and a value of 98%.

  • HEX: #8DFBCC
  • RGB: rgb(141, 251, 204)
  • HSL: hsl(154, 93%, 77%)
  • HSV: hsv(154, 44%, 98%)
  • CMYK: 44.00% cyan, 0.00% magenta, 19.00% yellow, 2.00% black
  • XYZ: 57.40, 78.74, 52.86
  • Yxy: 78.74, 0.3037, 0.4166
  • Hunter Lab: 91.12, -41.10, 12.28
  • CIE-Lab: 91.12, -41.10, 12.28

In the XYZ color space, this color is represented as X: 57.40, Y: 78.74, Z: 52.86. The Yxy representation further refines this as Y: 78.74, x: 0.3037, and y: 0.4166.

In the Hunter Lab color space, this color is represented as L: 91.12, a: -41.10, and b: 12.28. Similarly, in the CIE-Lab color space, it is represented as L: 91.12, a: -41.10, and b: 12.28.

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 #8DFBCC

Triadic colors are three colors evenly spaced around the color wheel, including #8DFBCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #8DFBCC

Analogous colors are adjacent to #8DFBCC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #8DFBCC

Split complementary colors are two colors adjacent to the complementary color of #8DFBCC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #8DFBCC

Tetradic colors form a rectangle on the color wheel, including #8DFBCC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #8DFBCC

Monochromatic colors are variations of #8DFBCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #8DFBCC

The complementary color of #8DFBCC 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 #8DFBCC

/* Using HEX */
body {
  background-color: #8dfbcc;
}
/* Using RGB */
body {
  background-color: rgb(141, 251, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(141, 251, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(154, 93%, 77%);
}
/* Text color */
p {
  color: #8dfbcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #8dfbcc;
}
/* Border color */
.box {
  border: 4px solid #8dfbcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #8dfbcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #8dfbcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#8DFBCC
On Black Background
#8DFBCC
On White Background
#8DFBCC

HTML Examples of #8DFBCC

<!-- Using HEX -->
<div style="background-color: #8dfbcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(141, 251, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(141, 251, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(154, 93%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #8dfbcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #8dfbcc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #8dfbcc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #8dfbcc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #8dfbcc; color: #fff; padding: 16px; border-radius: 8px;">
  #8DFBCC
</div>
#8DFBCC
On Black Background
#8DFBCC
On White Background
#8DFBCC

Related Colors of #8DFBCC

These colors are similar to #8DFBCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.