Color: #8EFCEC

#8EFCEC Color Information

#8EFCEC is a light color. The closest websafe version is #8EFCEC. A complement of this color would be #FC8D9D, perceived brightness is 0.85, and the grayscale version is #C5C5C5.

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

In a RGB color space, #8EFCEC is composed of 56% red, 99% green and 93% blue. Whereas in a CMYK color space, it is composed of 44% cyan, 0% magenta, 6% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 80.89, x: 0.2892, and y: 0.3817.

Color Code #8EFCEC

#8EFCECrgb(142, 252, 236)
HEX
#8EFCEC
RGB
rgb(142, 252, 236)
HSL
hsl(171, 95%, 77%)
HSV
hsv(171, 44%, 99%)
CMYK
44%, 0%, 6%, 1%
XYZ
X: 61.28, Y: 80.89, Z: 69.73
Lab
L: 92.08, a: -35.98, b: -2.74
Name

Shades of Color #8EFCEC

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

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

#8EFCECrgb(142, 252, 236)

About #8EFCEC Color Code

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

  • HEX: #8EFCEC
  • RGB: rgb(142, 252, 236)
  • HSL: hsl(171, 95%, 77%)
  • HSV: hsv(171, 44%, 99%)
  • CMYK: 44.00% cyan, 0.00% magenta, 6.00% yellow, 100.00% black
  • XYZ: 61.28, 80.89, 69.73
  • Yxy: 80.89, 0.2892, 0.3817
  • Hunter Lab: 92.08, -35.98, -2.74
  • CIE-Lab: 92.08, -35.98, -2.74

In the XYZ color space, this color is represented as X: 61.28, Y: 80.89, Z: 69.73. The Yxy representation further refines this as Y: 80.89, x: 0.2892, and y: 0.3817.

In the Hunter Lab color space, this color is represented as L: 92.08, a: -35.98, and b: -2.74. Similarly, in the CIE-Lab color space, it is represented as L: 92.08, a: -35.98, and b: -2.74.

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

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

Analogous Colors of #8EFCEC

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

Split Complementary Colors of #8EFCEC

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

Tetradic Colors of #8EFCEC

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

Monochromatic Colors of #8EFCEC

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

Complementary Color of #8EFCEC

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

/* Using HEX */
body {
  background-color: #8efcec;
}
/* Using RGB */
body {
  background-color: rgb(142, 252, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(142, 252, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(171, 95%, 77%);
}
/* Text color */
p {
  color: #8efcec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #8efcec;
}
/* Border color */
.box {
  border: 4px solid #8efcec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #8efcec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #8efcec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#8EFCEC
On Black Background
#8EFCEC
On White Background
#8EFCEC

HTML Examples of #8EFCEC

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

Related Colors of #8EFCEC

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