Color: #DAEB2C

#DAEB2C Color Information

#DAEB2C is a light color. The closest websafe version is #DAEB2C. A complement of this color would be #3D2DEB, perceived brightness is 0.82, and the grayscale version is #8C8C8C.

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

In a RGB color space, #DAEB2C is composed of 85% red, 92% green and 17% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 81% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 75.31, x: 0.4221, and y: 0.5052.

Color Code #DAEB2C

#DAEB2Crgb(218, 235, 44)
HEX
#DAEB2C
RGB
rgb(218, 235, 44)
HSL
hsl(65, 83%, 55%)
HSV
hsv(65, 81%, 92%)
CMYK
7%, 0%, 81%, 8%
XYZ
X: 62.92, Y: 75.31, Z: 10.84
Lab
L: 89.54, a: -21.21, b: 80.28
Name

Shades of Color #DAEB2C

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

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

#DAEB2Crgb(218, 235, 44)

About #DAEB2C Color Code

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

  • HEX: #DAEB2C
  • RGB: rgb(218, 235, 44)
  • HSL: hsl(65, 83%, 55%)
  • HSV: hsv(65, 81%, 92%)
  • CMYK: 7.00% cyan, 0.00% magenta, 81.00% yellow, 8.00% black
  • XYZ: 62.92, 75.31, 10.84
  • Yxy: 75.31, 0.4221, 0.5052
  • Hunter Lab: 89.54, -21.21, 80.28
  • CIE-Lab: 89.54, -21.21, 80.28

In the XYZ color space, this color is represented as X: 62.92, Y: 75.31, Z: 10.84. The Yxy representation further refines this as Y: 75.31, x: 0.4221, and y: 0.5052.

In the Hunter Lab color space, this color is represented as L: 89.54, a: -21.21, and b: 80.28. Similarly, in the CIE-Lab color space, it is represented as L: 89.54, a: -21.21, and b: 80.28.

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

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

Analogous Colors of #DAEB2C

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

Split Complementary Colors of #DAEB2C

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

Tetradic Colors of #DAEB2C

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

Monochromatic Colors of #DAEB2C

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

Complementary Color of #DAEB2C

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

/* Using HEX */
body {
  background-color: #daeb2c;
}
/* Using RGB */
body {
  background-color: rgb(218, 235, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 235, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(65, 83%, 55%);
}
/* Text color */
p {
  color: #daeb2c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #daeb2c;
}
/* Border color */
.box {
  border: 4px solid #daeb2c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #daeb2c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #daeb2c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DAEB2C
On Black Background
#DAEB2C
On White Background
#DAEB2C

HTML Examples of #DAEB2C

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

Related Colors of #DAEB2C

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