Color: #DAE875

#DAE875 Color Information

#DAE875 is a light color. The closest websafe version is #DAE875. A complement of this color would be #8173E7, perceived brightness is 0.84, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 67°,a saturation of 71%, and a lightness of 68%.The HSV representation shows a hue of 67°, a saturation of 50%, and a value of 91%.

In a RGB color space, #DAE875 is composed of 85% red, 91% green and 46% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 50% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 74.53, x: 0.4006, and y: 0.4651.

Color Code #DAE875

#DAE875rgb(218, 232, 117)
HEX
#DAE875
RGB
rgb(218, 232, 117)
HSL
hsl(67, 71%, 68%)
HSV
hsv(67, 50%, 91%)
CMYK
6%, 0%, 50%, 9%
XYZ
X: 64.19, Y: 74.53, Z: 21.52
Lab
L: 89.17, a: -16.74, b: 53.56
Name

Shades of Color #DAE875

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

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

#DAE875rgb(218, 232, 117)

About #DAE875 Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 71%, and a lightness of 68%. The HSV representation shows a hue of 67°, a saturation of 50%, and a value of 91%.

  • HEX: #DAE875
  • RGB: rgb(218, 232, 117)
  • HSL: hsl(67, 71%, 68%)
  • HSV: hsv(67, 50%, 91%)
  • CMYK: 6.00% cyan, 0.00% magenta, 50.00% yellow, 9.00% black
  • XYZ: 64.19, 74.53, 21.52
  • Yxy: 74.53, 0.4006, 0.4651
  • Hunter Lab: 89.17, -16.74, 53.56
  • CIE-Lab: 89.17, -16.74, 53.56

In the XYZ color space, this color is represented as X: 64.19, Y: 74.53, Z: 21.52. The Yxy representation further refines this as Y: 74.53, x: 0.4006, and y: 0.4651.

In the Hunter Lab color space, this color is represented as L: 89.17, a: -16.74, and b: 53.56. Similarly, in the CIE-Lab color space, it is represented as L: 89.17, a: -16.74, and b: 53.56.

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

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

Analogous Colors of #DAE875

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

Split Complementary Colors of #DAE875

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

Tetradic Colors of #DAE875

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

Monochromatic Colors of #DAE875

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

Complementary Color of #DAE875

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

/* Using HEX */
body {
  background-color: #dae875;
}
/* Using RGB */
body {
  background-color: rgb(218, 232, 117);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 232, 117, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 71%, 68%);
}
/* Text color */
p {
  color: #dae875;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dae875;
}
/* Border color */
.box {
  border: 4px solid #dae875;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dae875;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dae875;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DAE875
On Black Background
#DAE875
On White Background
#DAE875

HTML Examples of #DAE875

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

Related Colors of #DAE875

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