Color: #DAF18F

#DAF18F Color Information

#DAF18F is a light color. The closest websafe version is #DAF18F. A complement of this color would be #A58EF1, perceived brightness is 0.87, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 74°,a saturation of 78%, and a lightness of 75%.The HSV representation shows a hue of 74°, a saturation of 41%, and a value of 95%.

In a RGB color space, #DAF18F is composed of 85% red, 95% green and 56% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 41% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 80.32, x: 0.3845, and y: 0.4517.

Color Code #DAF18F

#DAF18Frgb(218, 241, 143)
HEX
#DAF18F
RGB
rgb(218, 241, 143)
HSL
hsl(74, 78%, 75%)
HSV
hsv(74, 41%, 95%)
CMYK
10%, 0%, 41%, 5%
XYZ
X: 68.37, Y: 80.32, Z: 29.14
Lab
L: 91.83, a: -18.91, b: 44.56
Name

Shades of Color #DAF18F

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

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

#DAF18Frgb(218, 241, 143)

About #DAF18F Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 78%, and a lightness of 75%. The HSV representation shows a hue of 74°, a saturation of 41%, and a value of 95%.

  • HEX: #DAF18F
  • RGB: rgb(218, 241, 143)
  • HSL: hsl(74, 78%, 75%)
  • HSV: hsv(74, 41%, 95%)
  • CMYK: 10.00% cyan, 0.00% magenta, 41.00% yellow, 5.00% black
  • XYZ: 68.37, 80.32, 29.14
  • Yxy: 80.32, 0.3845, 0.4517
  • Hunter Lab: 91.83, -18.91, 44.56
  • CIE-Lab: 91.83, -18.91, 44.56

In the XYZ color space, this color is represented as X: 68.37, Y: 80.32, Z: 29.14. The Yxy representation further refines this as Y: 80.32, x: 0.3845, and y: 0.4517.

In the Hunter Lab color space, this color is represented as L: 91.83, a: -18.91, and b: 44.56. Similarly, in the CIE-Lab color space, it is represented as L: 91.83, a: -18.91, and b: 44.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 #DAF18F

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

Analogous Colors of #DAF18F

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

Split Complementary Colors of #DAF18F

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

Tetradic Colors of #DAF18F

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

Monochromatic Colors of #DAF18F

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

Complementary Color of #DAF18F

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

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

HTML Examples of #DAF18F

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

Related Colors of #DAF18F

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