Color: #CDEB46

#CDEB46 Color Information

#CDEB46 is a light color. The closest websafe version is #CDEB46. A complement of this color would be #6547EB, perceived brightness is 0.81, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 71°,a saturation of 80%, and a lightness of 60%.The HSV representation shows a hue of 71°, a saturation of 70%, and a value of 92%.

In a RGB color space, #CDEB46 is composed of 80% red, 92% green and 27% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 70% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 73.51, x: 0.4067, and y: 0.5025.

Color Code #CDEB46

#CDEB46rgb(205, 235, 70)
HEX
#CDEB46
RGB
rgb(205, 235, 70)
HSL
hsl(71, 80%, 60%)
HSV
hsv(71, 70%, 92%)
CMYK
13%, 0%, 70%, 8%
XYZ
X: 59.49, Y: 73.51, Z: 13.29
Lab
L: 88.69, a: -25.60, b: 71.68
Name

Shades of Color #CDEB46

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

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

#CDEB46rgb(205, 235, 70)

About #CDEB46 Color Code

In the HSL color space, this color has a hue angle of 71°, a saturation of 80%, and a lightness of 60%. The HSV representation shows a hue of 71°, a saturation of 70%, and a value of 92%.

  • HEX: #CDEB46
  • RGB: rgb(205, 235, 70)
  • HSL: hsl(71, 80%, 60%)
  • HSV: hsv(71, 70%, 92%)
  • CMYK: 13.00% cyan, 0.00% magenta, 70.00% yellow, 8.00% black
  • XYZ: 59.49, 73.51, 13.29
  • Yxy: 73.51, 0.4067, 0.5025
  • Hunter Lab: 88.69, -25.60, 71.68
  • CIE-Lab: 88.69, -25.60, 71.68

In the XYZ color space, this color is represented as X: 59.49, Y: 73.51, Z: 13.29. The Yxy representation further refines this as Y: 73.51, x: 0.4067, and y: 0.5025.

In the Hunter Lab color space, this color is represented as L: 88.69, a: -25.60, and b: 71.68. Similarly, in the CIE-Lab color space, it is represented as L: 88.69, a: -25.60, and b: 71.68.

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

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

Analogous Colors of #CDEB46

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

Split Complementary Colors of #CDEB46

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

Tetradic Colors of #CDEB46

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

Monochromatic Colors of #CDEB46

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

Complementary Color of #CDEB46

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

/* Using HEX */
body {
  background-color: #cdeb46;
}
/* Using RGB */
body {
  background-color: rgb(205, 235, 70);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 235, 70, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(71, 80%, 60%);
}
/* Text color */
p {
  color: #cdeb46;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdeb46;
}
/* Border color */
.box {
  border: 4px solid #cdeb46;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdeb46;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdeb46;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDEB46
On Black Background
#CDEB46
On White Background
#CDEB46

HTML Examples of #CDEB46

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

Related Colors of #CDEB46

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