Color: #CEC64C

#CEC64C Color Information

#CEC64C is a light color. The closest websafe version is #CEC64C. A complement of this color would be #4B54CE, perceived brightness is 0.73, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 56°,a saturation of 57%, and a lightness of 55%.The HSV representation shows a hue of 56°, a saturation of 63%, and a value of 81%.

In a RGB color space, #CEC64C is composed of 81% red, 78% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 63% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 54.65, x: 0.4290, and y: 0.4718.

Color Code #CEC64C

#CEC64Crgb(206, 198, 76)
HEX
#CEC64C
RGB
rgb(206, 198, 76)
HSL
hsl(56, 57%, 55%)
HSV
hsv(56, 63%, 81%)
CMYK
0%, 4%, 63%, 19%
XYZ
X: 49.69, Y: 54.65, Z: 11.50
Lab
L: 78.84, a: -7.92, b: 59.81
Name

Shades of Color #CEC64C

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

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

#CEC64Crgb(206, 198, 76)

About #CEC64C Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 57%, and a lightness of 55%. The HSV representation shows a hue of 56°, a saturation of 63%, and a value of 81%.

  • HEX: #CEC64C
  • RGB: rgb(206, 198, 76)
  • HSL: hsl(56, 57%, 55%)
  • HSV: hsv(56, 63%, 81%)
  • CMYK: 0.00% cyan, 4.00% magenta, 63.00% yellow, 19.00% black
  • XYZ: 49.69, 54.65, 11.50
  • Yxy: 54.65, 0.4290, 0.4718
  • Hunter Lab: 78.84, -7.92, 59.81
  • CIE-Lab: 78.84, -7.92, 59.81

In the XYZ color space, this color is represented as X: 49.69, Y: 54.65, Z: 11.50. The Yxy representation further refines this as Y: 54.65, x: 0.4290, and y: 0.4718.

In the Hunter Lab color space, this color is represented as L: 78.84, a: -7.92, and b: 59.81. Similarly, in the CIE-Lab color space, it is represented as L: 78.84, a: -7.92, and b: 59.81.

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

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

Analogous Colors of #CEC64C

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

Split Complementary Colors of #CEC64C

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

Tetradic Colors of #CEC64C

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

Monochromatic Colors of #CEC64C

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

Complementary Color of #CEC64C

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

/* Using HEX */
body {
  background-color: #cec64c;
}
/* Using RGB */
body {
  background-color: rgb(206, 198, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 198, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 57%, 55%);
}
/* Text color */
p {
  color: #cec64c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cec64c;
}
/* Border color */
.box {
  border: 4px solid #cec64c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cec64c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cec64c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEC64C
On Black Background
#CEC64C
On White Background
#CEC64C

HTML Examples of #CEC64C

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

Related Colors of #CEC64C

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