Color: #CADFBB

#CADFBB Color Information

#CADFBB is a light color. The closest websafe version is #CADFBB. A complement of this color would be #CFBADE, perceived brightness is 0.83, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 95°,a saturation of 36%, and a lightness of 80%.The HSV representation shows a hue of 95°, a saturation of 16%, and a value of 87%.

In a RGB color space, #CADFBB is composed of 79% red, 87% green and 73% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 16% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 69.05, x: 0.3526, and y: 0.3973.

Color Code #CADFBB

#CADFBBrgb(202, 223, 187)
HEX
#CADFBB
RGB
rgb(202, 223, 187)
HSL
hsl(95, 36%, 80%)
HSV
hsv(95, 16%, 87%)
CMYK
9%, 0%, 16%, 13%
XYZ
X: 61.28, Y: 69.05, Z: 43.48
Lab
L: 86.53, a: -12.06, b: 15.24
Name

Shades of Color #CADFBB

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

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

#CADFBBrgb(202, 223, 187)

About #CADFBB Color Code

In the HSL color space, this color has a hue angle of 95°, a saturation of 36%, and a lightness of 80%. The HSV representation shows a hue of 95°, a saturation of 16%, and a value of 87%.

  • HEX: #CADFBB
  • RGB: rgb(202, 223, 187)
  • HSL: hsl(95, 36%, 80%)
  • HSV: hsv(95, 16%, 87%)
  • CMYK: 9.00% cyan, 0.00% magenta, 16.00% yellow, 13.00% black
  • XYZ: 61.28, 69.05, 43.48
  • Yxy: 69.05, 0.3526, 0.3973
  • Hunter Lab: 86.53, -12.06, 15.24
  • CIE-Lab: 86.53, -12.06, 15.24

In the XYZ color space, this color is represented as X: 61.28, Y: 69.05, Z: 43.48. The Yxy representation further refines this as Y: 69.05, x: 0.3526, and y: 0.3973.

In the Hunter Lab color space, this color is represented as L: 86.53, a: -12.06, and b: 15.24. Similarly, in the CIE-Lab color space, it is represented as L: 86.53, a: -12.06, and b: 15.24.

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

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

Analogous Colors of #CADFBB

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

Monochromatic Colors of #CADFBB

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

Complementary Color of #CADFBB

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

/* Using HEX */
body {
  background-color: #cadfbb;
}
/* Using RGB */
body {
  background-color: rgb(202, 223, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 223, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(95, 36%, 80%);
}
/* Text color */
p {
  color: #cadfbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cadfbb;
}
/* Border color */
.box {
  border: 4px solid #cadfbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cadfbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cadfbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CADFBB
On Black Background
#CADFBB
On White Background
#CADFBB

HTML Examples of #CADFBB

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

Related Colors of #CADFBB

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