Color: #CED16F

#CED16F Color Information

#CED16F is a light color. The closest websafe version is #CED16F. A complement of this color would be #7370D2, perceived brightness is 0.77, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 62°,a saturation of 52%, and a lightness of 63%.The HSV representation shows a hue of 62°, a saturation of 47%, and a value of 82%.

In a RGB color space, #CED16F is composed of 81% red, 82% green and 44% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 47% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 60.40, x: 0.4055, and y: 0.4557.

Color Code #CED16F

#CED16Frgb(206, 209, 111)
HEX
#CED16F
RGB
rgb(206, 209, 111)
HSL
hsl(62, 52%, 63%)
HSV
hsv(62, 47%, 82%)
CMYK
1%, 0%, 47%, 18%
XYZ
X: 53.74, Y: 60.40, Z: 18.40
Lab
L: 82.06, a: -11.18, b: 47.78
Name

Shades of Color #CED16F

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

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

#CED16Frgb(206, 209, 111)

About #CED16F Color Code

In the HSL color space, this color has a hue angle of 62°, a saturation of 52%, and a lightness of 63%. The HSV representation shows a hue of 62°, a saturation of 47%, and a value of 82%.

  • HEX: #CED16F
  • RGB: rgb(206, 209, 111)
  • HSL: hsl(62, 52%, 63%)
  • HSV: hsv(62, 47%, 82%)
  • CMYK: 100.00% cyan, 0.00% magenta, 47.00% yellow, 18.00% black
  • XYZ: 53.74, 60.40, 18.40
  • Yxy: 60.40, 0.4055, 0.4557
  • Hunter Lab: 82.06, -11.18, 47.78
  • CIE-Lab: 82.06, -11.18, 47.78

In the XYZ color space, this color is represented as X: 53.74, Y: 60.40, Z: 18.40. The Yxy representation further refines this as Y: 60.40, x: 0.4055, and y: 0.4557.

In the Hunter Lab color space, this color is represented as L: 82.06, a: -11.18, and b: 47.78. Similarly, in the CIE-Lab color space, it is represented as L: 82.06, a: -11.18, and b: 47.78.

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

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

Analogous Colors of #CED16F

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

Monochromatic Colors of #CED16F

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

Complementary Color of #CED16F

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

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

HTML Examples of #CED16F

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

Related Colors of #CED16F

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