Color: #CDFFAB

#CDFFAB Color Information

#CDFFAB is a light color. The closest websafe version is #CDFFAB. A complement of this color would be #DEADFF, perceived brightness is 0.90, and the grayscale version is #D5D5D5.

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

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

In the Yxy color space, this color is represented as Y: 87.74, x: 0.3578, and y: 0.4423.

Color Code #CDFFAB

#CDFFABrgb(205, 255, 171)
HEX
#CDFFAB
RGB
rgb(205, 255, 171)
HSL
hsl(96, 100%, 84%)
HSV
hsv(96, 33%, 100%)
CMYK
20%, 0%, 33%, 0%
XYZ
X: 70.96, Y: 87.74, Z: 39.65
Lab
L: 95.05, a: -27.26, b: 34.83
Name

Shades of Color #CDFFAB

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

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

#CDFFABrgb(205, 255, 171)

About #CDFFAB Color Code

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

  • HEX: #CDFFAB
  • RGB: rgb(205, 255, 171)
  • HSL: hsl(96, 100%, 84%)
  • HSV: hsv(96, 33%, 100%)
  • CMYK: 20.00% cyan, 0.00% magenta, 33.00% yellow, 0.00% black
  • XYZ: 70.96, 87.74, 39.65
  • Yxy: 87.74, 0.3578, 0.4423
  • Hunter Lab: 95.05, -27.26, 34.83
  • CIE-Lab: 95.05, -27.26, 34.83

In the XYZ color space, this color is represented as X: 70.96, Y: 87.74, Z: 39.65. The Yxy representation further refines this as Y: 87.74, x: 0.3578, and y: 0.4423.

In the Hunter Lab color space, this color is represented as L: 95.05, a: -27.26, and b: 34.83. Similarly, in the CIE-Lab color space, it is represented as L: 95.05, a: -27.26, and b: 34.83.

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

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

Analogous Colors of #CDFFAB

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

Split Complementary Colors of #CDFFAB

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

Tetradic Colors of #CDFFAB

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

Monochromatic Colors of #CDFFAB

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

Complementary Color of #CDFFAB

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

/* Using HEX */
body {
  background-color: #cdffab;
}
/* Using RGB */
body {
  background-color: rgb(205, 255, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 255, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(96, 100%, 84%);
}
/* Text color */
p {
  color: #cdffab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdffab;
}
/* Border color */
.box {
  border: 4px solid #cdffab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdffab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdffab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDFFAB
On Black Background
#CDFFAB
On White Background
#CDFFAB

HTML Examples of #CDFFAB

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

Related Colors of #CDFFAB

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