Color: #DAE54D

#DAE54D Color Information

#DAE54D is a light color. The closest websafe version is #DAE54D. A complement of this color would be #574DE6, perceived brightness is 0.82, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 64°,a saturation of 75%, and a lightness of 60%.The HSV representation shows a hue of 64°, a saturation of 66%, and a value of 90%.

In a RGB color space, #DAE54D is composed of 85% red, 90% green and 30% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 0% magenta, 66% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 72.22, x: 0.4179, and y: 0.4882.

Color Code #DAE54D

#DAE54Drgb(218, 229, 77)
HEX
#DAE54D
RGB
rgb(218, 229, 77)
HSL
hsl(64, 75%, 60%)
HSV
hsv(64, 66%, 90%)
CMYK
5%, 0%, 66%, 10%
XYZ
X: 61.81, Y: 72.22, Z: 13.89
Lab
L: 88.07, a: -17.49, b: 69.02
Name

Shades of Color #DAE54D

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

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

#DAE54Drgb(218, 229, 77)

About #DAE54D Color Code

In the HSL color space, this color has a hue angle of 64°, a saturation of 75%, and a lightness of 60%. The HSV representation shows a hue of 64°, a saturation of 66%, and a value of 90%.

  • HEX: #DAE54D
  • RGB: rgb(218, 229, 77)
  • HSL: hsl(64, 75%, 60%)
  • HSV: hsv(64, 66%, 90%)
  • CMYK: 5.00% cyan, 0.00% magenta, 66.00% yellow, 10.00% black
  • XYZ: 61.81, 72.22, 13.89
  • Yxy: 72.22, 0.4179, 0.4882
  • Hunter Lab: 88.07, -17.49, 69.02
  • CIE-Lab: 88.07, -17.49, 69.02

In the XYZ color space, this color is represented as X: 61.81, Y: 72.22, Z: 13.89. The Yxy representation further refines this as Y: 72.22, x: 0.4179, and y: 0.4882.

In the Hunter Lab color space, this color is represented as L: 88.07, a: -17.49, and b: 69.02. Similarly, in the CIE-Lab color space, it is represented as L: 88.07, a: -17.49, and b: 69.02.

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

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

Analogous Colors of #DAE54D

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

Split Complementary Colors of #DAE54D

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

Tetradic Colors of #DAE54D

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

Monochromatic Colors of #DAE54D

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

Complementary Color of #DAE54D

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

/* Using HEX */
body {
  background-color: #dae54d;
}
/* Using RGB */
body {
  background-color: rgb(218, 229, 77);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 229, 77, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(64, 75%, 60%);
}
/* Text color */
p {
  color: #dae54d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dae54d;
}
/* Border color */
.box {
  border: 4px solid #dae54d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dae54d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dae54d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DAE54D
On Black Background
#DAE54D
On White Background
#DAE54D

HTML Examples of #DAE54D

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

Related Colors of #DAE54D

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