Color: #CADAB2

#CADAB2 Color Information

#CADAB2 is a light color. The closest websafe version is #CADAB2. A complement of this color would be #C3B3DB, perceived brightness is 0.82, and the grayscale version is #C6C6C6.

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

In a RGB color space, #CADAB2 is composed of 79% red, 85% green and 70% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 18% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 66.10, x: 0.3591, and y: 0.4015.

Color Code #CADAB2

HEX
#CADAB2
RGB
rgb(202, 218, 178)
HSL
hsl(84, 35%, 78%)
HSV
hsv(84, 18%, 85%)
CMYK
7%, 0%, 18%, 15%
XYZ
X: 59.12, Y: 66.10, Z: 39.43
Lab
L: 85.05, a: -10.77, b: 17.87
Name

Shades of Color #CADAB2

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

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

About #CADAB2 Color Code

In the HSL color space, this color has a hue angle of 84°, a saturation of 35%, and a lightness of 78%. The HSV representation shows a hue of 84°, a saturation of 18%, and a value of 85%.

  • HEX: #CADAB2
  • RGB: rgb(202, 218, 178)
  • HSL: hsl(84, 35%, 78%)
  • HSV: hsv(84, 18%, 85%)
  • CMYK: 7.00% cyan, 0.00% magenta, 18.00% yellow, 15.00% black
  • XYZ: 59.12, 66.10, 39.43
  • Yxy: 66.10, 0.3591, 0.4015
  • Hunter Lab: 85.05, -10.77, 17.87
  • CIE-Lab: 85.05, -10.77, 17.87

In the XYZ color space, this color is represented as X: 59.12, Y: 66.10, Z: 39.43. The Yxy representation further refines this as Y: 66.10, x: 0.3591, and y: 0.4015.

In the Hunter Lab color space, this color is represented as L: 85.05, a: -10.77, and b: 17.87. Similarly, in the CIE-Lab color space, it is represented as L: 85.05, a: -10.77, and b: 17.87.

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

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

Analogous Colors of #CADAB2

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

Monochromatic Colors of #CADAB2

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

Complementary Color of #CADAB2

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

/* Using HEX */
body {
  background-color: #cadab2;
}
/* Using RGB */
body {
  background-color: rgb(202, 218, 178);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 218, 178, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(84, 35%, 78%);
}
/* Text color */
p {
  color: #cadab2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cadab2;
}

HTML Examples of #CADAB2

<!-- Using HEX -->
<div style="background-color: #cadab2; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 218, 178); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 218, 178, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(84, 35%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cadab2;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cadab2; width: 100px; height: 100px;"></div>

Related Colors of #CADAB2

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