Color: #CECF6C

#CECF6C Color Information

#CECF6C is a light color. The closest websafe version is #CECF6C. A complement of this color would be #6E6DD0, perceived brightness is 0.77, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 61°,a saturation of 51%, and a lightness of 62%.The HSV representation shows a hue of 61°, a saturation of 48%, and a value of 81%.

In a RGB color space, #CECF6C is composed of 81% red, 81% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 48% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 59.37, x: 0.4081, and y: 0.4564.

Color Code #CECF6C

#CECF6Crgb(206, 207, 108)
HEX
#CECF6C
RGB
rgb(206, 207, 108)
HSL
hsl(61, 51%, 62%)
HSV
hsv(61, 48%, 81%)
CMYK
0%, 0%, 48%, 19%
XYZ
X: 53.09, Y: 59.37, Z: 17.63
Lab
L: 81.50, a: -10.44, b: 48.54
Name

Shades of Color #CECF6C

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

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

#CECF6Crgb(206, 207, 108)

About #CECF6C Color Code

In the HSL color space, this color has a hue angle of 61°, a saturation of 51%, and a lightness of 62%. The HSV representation shows a hue of 61°, a saturation of 48%, and a value of 81%.

  • HEX: #CECF6C
  • RGB: rgb(206, 207, 108)
  • HSL: hsl(61, 51%, 62%)
  • HSV: hsv(61, 48%, 81%)
  • CMYK: 0.00% cyan, 0.00% magenta, 48.00% yellow, 19.00% black
  • XYZ: 53.09, 59.37, 17.63
  • Yxy: 59.37, 0.4081, 0.4564
  • Hunter Lab: 81.50, -10.44, 48.54
  • CIE-Lab: 81.50, -10.44, 48.54

In the XYZ color space, this color is represented as X: 53.09, Y: 59.37, Z: 17.63. The Yxy representation further refines this as Y: 59.37, x: 0.4081, and y: 0.4564.

In the Hunter Lab color space, this color is represented as L: 81.50, a: -10.44, and b: 48.54. Similarly, in the CIE-Lab color space, it is represented as L: 81.50, a: -10.44, and b: 48.54.

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

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

Analogous Colors of #CECF6C

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

Split Complementary Colors of #CECF6C

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

Tetradic Colors of #CECF6C

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

Monochromatic Colors of #CECF6C

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

Complementary Color of #CECF6C

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

/* Using HEX */
body {
  background-color: #cecf6c;
}
/* Using RGB */
body {
  background-color: rgb(206, 207, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 207, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(61, 51%, 62%);
}
/* Text color */
p {
  color: #cecf6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cecf6c;
}
/* Border color */
.box {
  border: 4px solid #cecf6c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cecf6c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cecf6c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CECF6C
On Black Background
#CECF6C
On White Background
#CECF6C

HTML Examples of #CECF6C

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

Related Colors of #CECF6C

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