Color: #CFEC7C

#CFEC7C Color Information

#CFEC7C is a light color. The closest websafe version is #CFEC7C. A complement of this color would be #9B7EED, perceived brightness is 0.84, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 76°,a saturation of 75%, and a lightness of 71%.The HSV representation shows a hue of 76°, a saturation of 47%, and a value of 93%.

In a RGB color space, #CFEC7C is composed of 81% red, 93% green and 49% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 47% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 75.24, x: 0.3874, and y: 0.4672.

Color Code #CFEC7C

#CFEC7Crgb(207, 236, 124)
HEX
#CFEC7C
RGB
rgb(207, 236, 124)
HSL
hsl(76, 75%, 71%)
HSV
hsv(76, 47%, 93%)
CMYK
12%, 0%, 47%, 7%
XYZ
X: 62.39, Y: 75.24, Z: 23.41
Lab
L: 89.50, a: -22.29, b: 50.49
Name

Shades of Color #CFEC7C

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

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

#CFEC7Crgb(207, 236, 124)

About #CFEC7C Color Code

In the HSL color space, this color has a hue angle of 76°, a saturation of 75%, and a lightness of 71%. The HSV representation shows a hue of 76°, a saturation of 47%, and a value of 93%.

  • HEX: #CFEC7C
  • RGB: rgb(207, 236, 124)
  • HSL: hsl(76, 75%, 71%)
  • HSV: hsv(76, 47%, 93%)
  • CMYK: 12.00% cyan, 0.00% magenta, 47.00% yellow, 7.00% black
  • XYZ: 62.39, 75.24, 23.41
  • Yxy: 75.24, 0.3874, 0.4672
  • Hunter Lab: 89.50, -22.29, 50.49
  • CIE-Lab: 89.50, -22.29, 50.49

In the XYZ color space, this color is represented as X: 62.39, Y: 75.24, Z: 23.41. The Yxy representation further refines this as Y: 75.24, x: 0.3874, and y: 0.4672.

In the Hunter Lab color space, this color is represented as L: 89.50, a: -22.29, and b: 50.49. Similarly, in the CIE-Lab color space, it is represented as L: 89.50, a: -22.29, and b: 50.49.

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

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

Analogous Colors of #CFEC7C

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

Split Complementary Colors of #CFEC7C

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

Tetradic Colors of #CFEC7C

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

Monochromatic Colors of #CFEC7C

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

Complementary Color of #CFEC7C

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

/* Using HEX */
body {
  background-color: #cfec7c;
}
/* Using RGB */
body {
  background-color: rgb(207, 236, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 236, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(76, 75%, 71%);
}
/* Text color */
p {
  color: #cfec7c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfec7c;
}
/* Border color */
.box {
  border: 4px solid #cfec7c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfec7c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfec7c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFEC7C
On Black Background
#CFEC7C
On White Background
#CFEC7C

HTML Examples of #CFEC7C

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

Related Colors of #CFEC7C

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