Color: #CDFDBA

#CDFDBA Color Information

#CDFDBA is a light color. The closest websafe version is #CDFDBA. A complement of this color would be #EABAFD, perceived brightness is 0.91, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 103°,a saturation of 94%, and a lightness of 86%.The HSV representation shows a hue of 103°, a saturation of 26%, and a value of 99%.

In a RGB color space, #CDFDBA is composed of 80% red, 99% green and 73% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 26% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 86.98, x: 0.3505, and y: 0.4266.

Color Code #CDFDBA

#CDFDBArgb(205, 253, 186)
HEX
#CDFDBA
RGB
rgb(205, 253, 186)
HSL
hsl(103, 94%, 86%)
HSV
hsv(103, 26%, 99%)
CMYK
19%, 0%, 26%, 1%
XYZ
X: 71.47, Y: 86.98, Z: 45.46
Lab
L: 94.73, a: -24.77, b: 26.96
Name

Shades of Color #CDFDBA

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

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

#CDFDBArgb(205, 253, 186)

About #CDFDBA Color Code

In the HSL color space, this color has a hue angle of 103°, a saturation of 94%, and a lightness of 86%. The HSV representation shows a hue of 103°, a saturation of 26%, and a value of 99%.

  • HEX: #CDFDBA
  • RGB: rgb(205, 253, 186)
  • HSL: hsl(103, 94%, 86%)
  • HSV: hsv(103, 26%, 99%)
  • CMYK: 19.00% cyan, 0.00% magenta, 26.00% yellow, 100.00% black
  • XYZ: 71.47, 86.98, 45.46
  • Yxy: 86.98, 0.3505, 0.4266
  • Hunter Lab: 94.73, -24.77, 26.96
  • CIE-Lab: 94.73, -24.77, 26.96

In the XYZ color space, this color is represented as X: 71.47, Y: 86.98, Z: 45.46. The Yxy representation further refines this as Y: 86.98, x: 0.3505, and y: 0.4266.

In the Hunter Lab color space, this color is represented as L: 94.73, a: -24.77, and b: 26.96. Similarly, in the CIE-Lab color space, it is represented as L: 94.73, a: -24.77, and b: 26.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 #CDFDBA

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

Analogous Colors of #CDFDBA

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

Monochromatic Colors of #CDFDBA

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

Complementary Color of #CDFDBA

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

/* Using HEX */
body {
  background-color: #cdfdba;
}
/* Using RGB */
body {
  background-color: rgb(205, 253, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 253, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(103, 94%, 86%);
}
/* Text color */
p {
  color: #cdfdba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdfdba;
}
/* Border color */
.box {
  border: 4px solid #cdfdba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdfdba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdfdba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDFDBA
On Black Background
#CDFDBA
On White Background
#CDFDBA

HTML Examples of #CDFDBA

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

Related Colors of #CDFDBA

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