Color: #CCDC7F

#CCDC7F Color Information

#CCDC7F is a light color. The closest websafe version is #CCDC7F. A complement of this color would be #8E7FDC, perceived brightness is 0.80, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 70°,a saturation of 57%, and a lightness of 68%.The HSV representation shows a hue of 70°, a saturation of 42%, and a value of 86%.

In a RGB color space, #CCDC7F is composed of 80% red, 86% green and 50% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 42% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 66.03, x: 0.3902, and y: 0.4525.

Color Code #CCDC7F

#CCDC7Frgb(204, 220, 127)
HEX
#CCDC7F
RGB
rgb(204, 220, 127)
HSL
hsl(70, 57%, 68%)
HSV
hsv(70, 42%, 86%)
CMYK
7%, 0%, 42%, 14%
XYZ
X: 56.93, Y: 66.03, Z: 22.95
Lab
L: 85.01, a: -15.94, b: 43.61
Name

Shades of Color #CCDC7F

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

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

#CCDC7Frgb(204, 220, 127)

About #CCDC7F Color Code

In the HSL color space, this color has a hue angle of 70°, a saturation of 57%, and a lightness of 68%. The HSV representation shows a hue of 70°, a saturation of 42%, and a value of 86%.

  • HEX: #CCDC7F
  • RGB: rgb(204, 220, 127)
  • HSL: hsl(70, 57%, 68%)
  • HSV: hsv(70, 42%, 86%)
  • CMYK: 7.00% cyan, 0.00% magenta, 42.00% yellow, 14.00% black
  • XYZ: 56.93, 66.03, 22.95
  • Yxy: 66.03, 0.3902, 0.4525
  • Hunter Lab: 85.01, -15.94, 43.61
  • CIE-Lab: 85.01, -15.94, 43.61

In the XYZ color space, this color is represented as X: 56.93, Y: 66.03, Z: 22.95. The Yxy representation further refines this as Y: 66.03, x: 0.3902, and y: 0.4525.

In the Hunter Lab color space, this color is represented as L: 85.01, a: -15.94, and b: 43.61. Similarly, in the CIE-Lab color space, it is represented as L: 85.01, a: -15.94, and b: 43.61.

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

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

Analogous Colors of #CCDC7F

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

Monochromatic Colors of #CCDC7F

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

Complementary Color of #CCDC7F

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

/* Using HEX */
body {
  background-color: #ccdc7f;
}
/* Using RGB */
body {
  background-color: rgb(204, 220, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 220, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(70, 57%, 68%);
}
/* Text color */
p {
  color: #ccdc7f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccdc7f;
}
/* Border color */
.box {
  border: 4px solid #ccdc7f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccdc7f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccdc7f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCDC7F
On Black Background
#CCDC7F
On White Background
#CCDC7F

HTML Examples of #CCDC7F

<!-- Using HEX -->
<div style="background-color: #ccdc7f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 220, 127); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 220, 127, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(70, 57%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ccdc7f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ccdc7f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ccdc7f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ccdc7f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ccdc7f; color: #fff; padding: 16px; border-radius: 8px;">
  #CCDC7F
</div>
#CCDC7F
On Black Background
#CCDC7F
On White Background
#CCDC7F

Related Colors of #CCDC7F

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