Color: #CED326

#CED326 Color Information

#CED326 is a light color. The closest websafe version is #CED326. A complement of this color would be #2C27D3, perceived brightness is 0.74, and the grayscale version is #7D7D7D.

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

In a RGB color space, #CED326 is composed of 81% red, 83% green and 15% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 82% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 60.55, x: 0.4306, and y: 0.4988.

Color Code #CED326

#CED326rgb(206, 211, 38)
HEX
#CED326
RGB
rgb(206, 211, 38)
HSL
hsl(62, 69%, 49%)
HSV
hsv(62, 82%, 83%)
CMYK
2%, 0%, 82%, 17%
XYZ
X: 52.28, Y: 60.55, Z: 8.57
Lab
L: 82.14, a: -15.29, b: 75.19
Name

Shades of Color #CED326

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

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

#CED326rgb(206, 211, 38)

About #CED326 Color Code

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

  • HEX: #CED326
  • RGB: rgb(206, 211, 38)
  • HSL: hsl(62, 69%, 49%)
  • HSV: hsv(62, 82%, 83%)
  • CMYK: 2.00% cyan, 0.00% magenta, 82.00% yellow, 17.00% black
  • XYZ: 52.28, 60.55, 8.57
  • Yxy: 60.55, 0.4306, 0.4988
  • Hunter Lab: 82.14, -15.29, 75.19
  • CIE-Lab: 82.14, -15.29, 75.19

In the XYZ color space, this color is represented as X: 52.28, Y: 60.55, Z: 8.57. The Yxy representation further refines this as Y: 60.55, x: 0.4306, and y: 0.4988.

In the Hunter Lab color space, this color is represented as L: 82.14, a: -15.29, and b: 75.19. Similarly, in the CIE-Lab color space, it is represented as L: 82.14, a: -15.29, and b: 75.19.

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

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

Analogous Colors of #CED326

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

Split Complementary Colors of #CED326

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

Tetradic Colors of #CED326

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

Monochromatic Colors of #CED326

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

Complementary Color of #CED326

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

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

HTML Examples of #CED326

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

Related Colors of #CED326

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