Color: #A8F0CE

#A8F0CE Color Information

#A8F0CE is a light color. The closest websafe version is #A8F0CE. A complement of this color would be #F0A8CA, perceived brightness is 0.84, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 152°,a saturation of 71%, and a lightness of 80%.The HSV representation shows a hue of 152°, a saturation of 30%, and a value of 94%.

In a RGB color space, #A8F0CE is composed of 66% red, 94% green and 81% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 0% magenta, 14% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 74.92, x: 0.3172, and y: 0.3996.

Color Code #A8F0CE

#A8F0CErgb(168, 240, 206)
HEX
#A8F0CE
RGB
rgb(168, 240, 206)
HSL
hsl(152, 71%, 80%)
HSV
hsv(152, 30%, 94%)
CMYK
30%, 0%, 14%, 6%
XYZ
X: 59.46, Y: 74.92, Z: 53.09
Lab
L: 89.36, a: -28.53, b: 9.00
Name

Shades of Color #A8F0CE

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

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

#A8F0CErgb(168, 240, 206)

About #A8F0CE Color Code

In the HSL color space, this color has a hue angle of 152°, a saturation of 71%, and a lightness of 80%. The HSV representation shows a hue of 152°, a saturation of 30%, and a value of 94%.

  • HEX: #A8F0CE
  • RGB: rgb(168, 240, 206)
  • HSL: hsl(152, 71%, 80%)
  • HSV: hsv(152, 30%, 94%)
  • CMYK: 30.00% cyan, 0.00% magenta, 14.00% yellow, 6.00% black
  • XYZ: 59.46, 74.92, 53.09
  • Yxy: 74.92, 0.3172, 0.3996
  • Hunter Lab: 89.36, -28.53, 9.00
  • CIE-Lab: 89.36, -28.53, 9.00

In the XYZ color space, this color is represented as X: 59.46, Y: 74.92, Z: 53.09. The Yxy representation further refines this as Y: 74.92, x: 0.3172, and y: 0.3996.

In the Hunter Lab color space, this color is represented as L: 89.36, a: -28.53, and b: 9.00. Similarly, in the CIE-Lab color space, it is represented as L: 89.36, a: -28.53, and b: 9.00.

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 #A8F0CE

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

Analogous Colors of #A8F0CE

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

Split Complementary Colors of #A8F0CE

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

Tetradic Colors of #A8F0CE

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

Monochromatic Colors of #A8F0CE

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

Complementary Color of #A8F0CE

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

/* Using HEX */
body {
  background-color: #a8f0ce;
}
/* Using RGB */
body {
  background-color: rgb(168, 240, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 240, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(152, 71%, 80%);
}
/* Text color */
p {
  color: #a8f0ce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a8f0ce;
}
/* Border color */
.box {
  border: 4px solid #a8f0ce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a8f0ce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a8f0ce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A8F0CE
On Black Background
#A8F0CE
On White Background
#A8F0CE

HTML Examples of #A8F0CE

<!-- Using HEX -->
<div style="background-color: #a8f0ce; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(168, 240, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(168, 240, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(152, 71%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a8f0ce;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a8f0ce; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a8f0ce; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a8f0ce;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a8f0ce; color: #fff; padding: 16px; border-radius: 8px;">
  #A8F0CE
</div>
#A8F0CE
On Black Background
#A8F0CE
On White Background
#A8F0CE

Related Colors of #A8F0CE

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