Color: #DBEE2C

#DBEE2C Color Information

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

In the HSL color space, this color has a hue angle of 66°,a saturation of 85%, and a lightness of 55%.The HSV representation shows a hue of 66°, a saturation of 82%, and a value of 93%.

In a RGB color space, #DBEE2C is composed of 86% red, 93% green and 17% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 82% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 77.21, x: 0.4209, and y: 0.5064.

Color Code #DBEE2C

#DBEE2Crgb(219, 238, 44)
HEX
#DBEE2C
RGB
rgb(219, 238, 44)
HSL
hsl(66, 85%, 55%)
HSV
hsv(66, 82%, 93%)
CMYK
8%, 0%, 82%, 7%
XYZ
X: 64.17, Y: 77.21, Z: 11.09
Lab
L: 90.42, a: -22.15, b: 81.04
Name

Shades of Color #DBEE2C

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

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

#DBEE2Crgb(219, 238, 44)

About #DBEE2C Color Code

In the HSL color space, this color has a hue angle of 66°, a saturation of 85%, and a lightness of 55%. The HSV representation shows a hue of 66°, a saturation of 82%, and a value of 93%.

  • HEX: #DBEE2C
  • RGB: rgb(219, 238, 44)
  • HSL: hsl(66, 85%, 55%)
  • HSV: hsv(66, 82%, 93%)
  • CMYK: 8.00% cyan, 0.00% magenta, 82.00% yellow, 7.00% black
  • XYZ: 64.17, 77.21, 11.09
  • Yxy: 77.21, 0.4209, 0.5064
  • Hunter Lab: 90.42, -22.15, 81.04
  • CIE-Lab: 90.42, -22.15, 81.04

In the XYZ color space, this color is represented as X: 64.17, Y: 77.21, Z: 11.09. The Yxy representation further refines this as Y: 77.21, x: 0.4209, and y: 0.5064.

In the Hunter Lab color space, this color is represented as L: 90.42, a: -22.15, and b: 81.04. Similarly, in the CIE-Lab color space, it is represented as L: 90.42, a: -22.15, and b: 81.04.

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

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

Analogous Colors of #DBEE2C

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

Split Complementary Colors of #DBEE2C

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

Tetradic Colors of #DBEE2C

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

Monochromatic Colors of #DBEE2C

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

Complementary Color of #DBEE2C

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

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

HTML Examples of #DBEE2C

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

Related Colors of #DBEE2C

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