Color: #CDFADB

#CDFADB Color Information

#CDFADB is a light color. The closest websafe version is #CDFADB. A complement of this color would be #FACCEB, perceived brightness is 0.91, and the grayscale version is #E3E3E3.

In the HSL color space, this color has a hue angle of 139°,a saturation of 82%, and a lightness of 89%.The HSV representation shows a hue of 139°, a saturation of 18%, and a value of 98%.

In a RGB color space, #CDFADB is composed of 80% red, 98% green and 86% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 12% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 86.41, x: 0.3333, and y: 0.3915.

Color Code #CDFADB

#CDFADBrgb(205, 250, 219)
HEX
#CDFADB
RGB
rgb(205, 250, 219)
HSL
hsl(139, 82%, 89%)
HSV
hsv(139, 18%, 98%)
CMYK
18%, 0%, 12%, 2%
XYZ
X: 73.57, Y: 86.41, Z: 60.72
Lab
L: 94.49, a: -19.35, b: 9.93
Name

Shades of Color #CDFADB

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

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

#CDFADBrgb(205, 250, 219)

About #CDFADB Color Code

In the HSL color space, this color has a hue angle of 139°, a saturation of 82%, and a lightness of 89%. The HSV representation shows a hue of 139°, a saturation of 18%, and a value of 98%.

  • HEX: #CDFADB
  • RGB: rgb(205, 250, 219)
  • HSL: hsl(139, 82%, 89%)
  • HSV: hsv(139, 18%, 98%)
  • CMYK: 18.00% cyan, 0.00% magenta, 12.00% yellow, 2.00% black
  • XYZ: 73.57, 86.41, 60.72
  • Yxy: 86.41, 0.3333, 0.3915
  • Hunter Lab: 94.49, -19.35, 9.93
  • CIE-Lab: 94.49, -19.35, 9.93

In the XYZ color space, this color is represented as X: 73.57, Y: 86.41, Z: 60.72. The Yxy representation further refines this as Y: 86.41, x: 0.3333, and y: 0.3915.

In the Hunter Lab color space, this color is represented as L: 94.49, a: -19.35, and b: 9.93. Similarly, in the CIE-Lab color space, it is represented as L: 94.49, a: -19.35, and b: 9.93.

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

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

Analogous Colors of #CDFADB

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

Monochromatic Colors of #CDFADB

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

Complementary Color of #CDFADB

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

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

HTML Examples of #CDFADB

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

Related Colors of #CDFADB

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