Color: #AFFECC

#AFFECC Color Information

#AFFECC is a light color. The closest websafe version is #AFFECC. A complement of this color would be #FEAEE1, perceived brightness is 0.88, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 142°,a saturation of 98%, and a lightness of 84%.The HSV representation shows a hue of 142°, a saturation of 31%, and a value of 100%.

In a RGB color space, #AFFECC is composed of 69% red, 100% green and 80% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 20% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 84.25, x: 0.3225, and y: 0.4148.

Color Code #AFFECC

#AFFECCrgb(175, 254, 204)
HEX
#AFFECC
RGB
rgb(175, 254, 204)
HSL
hsl(142, 98%, 84%)
HSV
hsv(142, 31%, 100%)
CMYK
31%, 0%, 20%, 0%
XYZ
X: 65.50, Y: 84.25, Z: 53.35
Lab
L: 93.56, a: -32.71, b: 15.96
Name

Shades of Color #AFFECC

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

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

#AFFECCrgb(175, 254, 204)

About #AFFECC Color Code

In the HSL color space, this color has a hue angle of 142°, a saturation of 98%, and a lightness of 84%. The HSV representation shows a hue of 142°, a saturation of 31%, and a value of 100%.

  • HEX: #AFFECC
  • RGB: rgb(175, 254, 204)
  • HSL: hsl(142, 98%, 84%)
  • HSV: hsv(142, 31%, 100%)
  • CMYK: 31.00% cyan, 0.00% magenta, 20.00% yellow, 0.00% black
  • XYZ: 65.50, 84.25, 53.35
  • Yxy: 84.25, 0.3225, 0.4148
  • Hunter Lab: 93.56, -32.71, 15.96
  • CIE-Lab: 93.56, -32.71, 15.96

In the XYZ color space, this color is represented as X: 65.50, Y: 84.25, Z: 53.35. The Yxy representation further refines this as Y: 84.25, x: 0.3225, and y: 0.4148.

In the Hunter Lab color space, this color is represented as L: 93.56, a: -32.71, and b: 15.96. Similarly, in the CIE-Lab color space, it is represented as L: 93.56, a: -32.71, and b: 15.96.

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

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

Analogous Colors of #AFFECC

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

Monochromatic Colors of #AFFECC

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

Complementary Color of #AFFECC

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

/* Using HEX */
body {
  background-color: #affecc;
}
/* Using RGB */
body {
  background-color: rgb(175, 254, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 254, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(142, 98%, 84%);
}
/* Text color */
p {
  color: #affecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #affecc;
}
/* Border color */
.box {
  border: 4px solid #affecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #affecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #affecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AFFECC
On Black Background
#AFFECC
On White Background
#AFFECC

HTML Examples of #AFFECC

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

Related Colors of #AFFECC

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