Color: #C2EBCA

#C2EBCA Color Information

#C2EBCA is a light color. The closest websafe version is #C2EBCA. A complement of this color would be #EBC1E3, perceived brightness is 0.86, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 132°,a saturation of 51%, and a lightness of 84%.The HSV representation shows a hue of 132°, a saturation of 17%, and a value of 92%.

In a RGB color space, #C2EBCA is composed of 76% red, 92% green and 79% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 14% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 75.14, x: 0.3365, and y: 0.3952.

Color Code #C2EBCA

#C2EBCArgb(194, 235, 202)
HEX
#C2EBCA
RGB
rgb(194, 235, 202)
HSL
hsl(132, 51%, 84%)
HSV
hsv(132, 17%, 92%)
CMYK
17%, 0%, 14%, 8%
XYZ
X: 63.97, Y: 75.14, Z: 51.00
Lab
L: 89.46, a: -18.49, b: 11.47
Name

Shades of Color #C2EBCA

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

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

#C2EBCArgb(194, 235, 202)

About #C2EBCA Color Code

In the HSL color space, this color has a hue angle of 132°, a saturation of 51%, and a lightness of 84%. The HSV representation shows a hue of 132°, a saturation of 17%, and a value of 92%.

  • HEX: #C2EBCA
  • RGB: rgb(194, 235, 202)
  • HSL: hsl(132, 51%, 84%)
  • HSV: hsv(132, 17%, 92%)
  • CMYK: 17.00% cyan, 0.00% magenta, 14.00% yellow, 8.00% black
  • XYZ: 63.97, 75.14, 51.00
  • Yxy: 75.14, 0.3365, 0.3952
  • Hunter Lab: 89.46, -18.49, 11.47
  • CIE-Lab: 89.46, -18.49, 11.47

In the XYZ color space, this color is represented as X: 63.97, Y: 75.14, Z: 51.00. The Yxy representation further refines this as Y: 75.14, x: 0.3365, and y: 0.3952.

In the Hunter Lab color space, this color is represented as L: 89.46, a: -18.49, and b: 11.47. Similarly, in the CIE-Lab color space, it is represented as L: 89.46, a: -18.49, and b: 11.47.

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

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

Analogous Colors of #C2EBCA

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

Split Complementary Colors of #C2EBCA

Split complementary colors are two colors adjacent to the complementary color of #C2EBCA. They create a balanced and visually appealing color scheme.

Tetradic Colors of #C2EBCA

Tetradic colors form a rectangle on the color wheel, including #C2EBCA. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #C2EBCA

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

Complementary Color of #C2EBCA

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

/* Using HEX */
body {
  background-color: #c2ebca;
}
/* Using RGB */
body {
  background-color: rgb(194, 235, 202);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 235, 202, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(132, 51%, 84%);
}
/* Text color */
p {
  color: #c2ebca;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c2ebca;
}
/* Border color */
.box {
  border: 4px solid #c2ebca;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c2ebca;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c2ebca;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C2EBCA
On Black Background
#C2EBCA
On White Background
#C2EBCA

HTML Examples of #C2EBCA

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

Related Colors of #C2EBCA

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