Color: #AFF2CD

#AFF2CD Color Information

#AFF2CD is a light color. The closest websafe version is #AFF2CD. A complement of this color would be #F2B0D4, perceived brightness is 0.85, and the grayscale version is #D1D1D1.

In the HSL color space, this color has a hue angle of 147°,a saturation of 72%, and a lightness of 82%.The HSV representation shows a hue of 147°, a saturation of 28%, and a value of 95%.

In a RGB color space, #AFF2CD is composed of 69% red, 95% green and 80% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 15% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 76.89, x: 0.3221, and y: 0.4019.

Color Code #AFF2CD

#AFF2CDrgb(175, 242, 205)
HEX
#AFF2CD
RGB
rgb(175, 242, 205)
HSL
hsl(147, 72%, 82%)
HSV
hsv(147, 28%, 95%)
CMYK
28%, 0%, 15%, 5%
XYZ
X: 61.62, Y: 76.89, Z: 52.82
Lab
L: 90.27, a: -27.39, b: 10.87
Name

Shades of Color #AFF2CD

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

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

#AFF2CDrgb(175, 242, 205)

About #AFF2CD Color Code

In the HSL color space, this color has a hue angle of 147°, a saturation of 72%, and a lightness of 82%. The HSV representation shows a hue of 147°, a saturation of 28%, and a value of 95%.

  • HEX: #AFF2CD
  • RGB: rgb(175, 242, 205)
  • HSL: hsl(147, 72%, 82%)
  • HSV: hsv(147, 28%, 95%)
  • CMYK: 28.00% cyan, 0.00% magenta, 15.00% yellow, 5.00% black
  • XYZ: 61.62, 76.89, 52.82
  • Yxy: 76.89, 0.3221, 0.4019
  • Hunter Lab: 90.27, -27.39, 10.87
  • CIE-Lab: 90.27, -27.39, 10.87

In the XYZ color space, this color is represented as X: 61.62, Y: 76.89, Z: 52.82. The Yxy representation further refines this as Y: 76.89, x: 0.3221, and y: 0.4019.

In the Hunter Lab color space, this color is represented as L: 90.27, a: -27.39, and b: 10.87. Similarly, in the CIE-Lab color space, it is represented as L: 90.27, a: -27.39, and b: 10.87.

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

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

Analogous Colors of #AFF2CD

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

Split Complementary Colors of #AFF2CD

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

Tetradic Colors of #AFF2CD

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

Monochromatic Colors of #AFF2CD

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

Complementary Color of #AFF2CD

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

/* Using HEX */
body {
  background-color: #aff2cd;
}
/* Using RGB */
body {
  background-color: rgb(175, 242, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 242, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(147, 72%, 82%);
}
/* Text color */
p {
  color: #aff2cd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aff2cd;
}
/* Border color */
.box {
  border: 4px solid #aff2cd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aff2cd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aff2cd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AFF2CD
On Black Background
#AFF2CD
On White Background
#AFF2CD

HTML Examples of #AFF2CD

<!-- Using HEX -->
<div style="background-color: #aff2cd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 242, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 242, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(147, 72%, 82%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aff2cd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aff2cd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #aff2cd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #aff2cd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #aff2cd; color: #fff; padding: 16px; border-radius: 8px;">
  #AFF2CD
</div>
#AFF2CD
On Black Background
#AFF2CD
On White Background
#AFF2CD

Related Colors of #AFF2CD

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