Color: #CFC94E

#CFC94E Color Information

#CFC94E is a light color. The closest websafe version is #CFC94E. A complement of this color would be #4F55CF, perceived brightness is 0.74, and the grayscale version is #8F8F8F.

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

In a RGB color space, #CFC94E is composed of 81% red, 79% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 62% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 56.22, x: 0.4268, and y: 0.4725.

Color Code #CFC94E

#CFC94Ergb(207, 201, 78)
HEX
#CFC94E
RGB
rgb(207, 201, 78)
HSL
hsl(57, 57%, 56%)
HSV
hsv(57, 62%, 81%)
CMYK
0%, 3%, 62%, 19%
XYZ
X: 50.79, Y: 56.22, Z: 11.98
Lab
L: 79.74, a: -8.85, b: 59.94
Name

Shades of Color #CFC94E

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

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

#CFC94Ergb(207, 201, 78)

About #CFC94E Color Code

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

  • HEX: #CFC94E
  • RGB: rgb(207, 201, 78)
  • HSL: hsl(57, 57%, 56%)
  • HSV: hsv(57, 62%, 81%)
  • CMYK: 0.00% cyan, 3.00% magenta, 62.00% yellow, 19.00% black
  • XYZ: 50.79, 56.22, 11.98
  • Yxy: 56.22, 0.4268, 0.4725
  • Hunter Lab: 79.74, -8.85, 59.94
  • CIE-Lab: 79.74, -8.85, 59.94

In the XYZ color space, this color is represented as X: 50.79, Y: 56.22, Z: 11.98. The Yxy representation further refines this as Y: 56.22, x: 0.4268, and y: 0.4725.

In the Hunter Lab color space, this color is represented as L: 79.74, a: -8.85, and b: 59.94. Similarly, in the CIE-Lab color space, it is represented as L: 79.74, a: -8.85, and b: 59.94.

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

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

Analogous Colors of #CFC94E

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

Monochromatic Colors of #CFC94E

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

Complementary Color of #CFC94E

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

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

HTML Examples of #CFC94E

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

Related Colors of #CFC94E

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