Color: #CACFC8

#CACFC8 Color Information

#CACFC8 is a light color. The closest websafe version is #CACFC8. A complement of this color would be #CEC8D0, perceived brightness is 0.80, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 103°,a saturation of 7%, and a lightness of 80%.The HSV representation shows a hue of 103°, a saturation of 3%, and a value of 81%.

In a RGB color space, #CACFC8 is composed of 79% red, 81% green and 78% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 3% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 61.37, x: 0.3465, and y: 0.3663.

Color Code #CACFC8

#CACFC8rgb(202, 207, 200)
HEX
#CACFC8
RGB
rgb(202, 207, 200)
HSL
hsl(103, 7%, 80%)
HSV
hsv(103, 3%, 81%)
CMYK
2%, 0%, 3%, 19%
XYZ
X: 58.05, Y: 61.37, Z: 48.13
Lab
L: 82.58, a: -2.72, b: 2.86
Name

Shades of Color #CACFC8

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

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

#CACFC8rgb(202, 207, 200)

About #CACFC8 Color Code

In the HSL color space, this color has a hue angle of 103°, a saturation of 7%, and a lightness of 80%. The HSV representation shows a hue of 103°, a saturation of 3%, and a value of 81%.

  • HEX: #CACFC8
  • RGB: rgb(202, 207, 200)
  • HSL: hsl(103, 7%, 80%)
  • HSV: hsv(103, 3%, 81%)
  • CMYK: 2.00% cyan, 0.00% magenta, 3.00% yellow, 19.00% black
  • XYZ: 58.05, 61.37, 48.13
  • Yxy: 61.37, 0.3465, 0.3663
  • Hunter Lab: 82.58, -2.72, 2.86
  • CIE-Lab: 82.58, -2.72, 2.86

In the XYZ color space, this color is represented as X: 58.05, Y: 61.37, Z: 48.13. The Yxy representation further refines this as Y: 61.37, x: 0.3465, and y: 0.3663.

In the Hunter Lab color space, this color is represented as L: 82.58, a: -2.72, and b: 2.86. Similarly, in the CIE-Lab color space, it is represented as L: 82.58, a: -2.72, and b: 2.86.

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

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

Analogous Colors of #CACFC8

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

Monochromatic Colors of #CACFC8

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

Complementary Color of #CACFC8

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

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

HTML Examples of #CACFC8

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

Related Colors of #CACFC8

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