Color: #ECDF8C

#ECDF8C Color Information

#ECDF8C is a light color. The closest websafe version is #ECDF8C. A complement of this color would be #8D9AEC, perceived brightness is 0.85, and the grayscale version is #BCBCBC.

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

In a RGB color space, #ECDF8C is composed of 93% red, 87% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 41% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 73.15, x: 0.4069, and y: 0.4330.

Color Code #ECDF8C

#ECDF8Crgb(236, 223, 140)
HEX
#ECDF8C
RGB
rgb(236, 223, 140)
HSL
hsl(52, 72%, 74%)
HSV
hsv(52, 41%, 93%)
CMYK
0%, 6%, 41%, 7%
XYZ
X: 68.74, Y: 73.15, Z: 27.06
Lab
L: 88.52, a: -3.85, b: 42.29
Name

Shades of Color #ECDF8C

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

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

#ECDF8Crgb(236, 223, 140)

About #ECDF8C Color Code

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

  • HEX: #ECDF8C
  • RGB: rgb(236, 223, 140)
  • HSL: hsl(52, 72%, 74%)
  • HSV: hsv(52, 41%, 93%)
  • CMYK: 0.00% cyan, 6.00% magenta, 41.00% yellow, 7.00% black
  • XYZ: 68.74, 73.15, 27.06
  • Yxy: 73.15, 0.4069, 0.4330
  • Hunter Lab: 88.52, -3.85, 42.29
  • CIE-Lab: 88.52, -3.85, 42.29

In the XYZ color space, this color is represented as X: 68.74, Y: 73.15, Z: 27.06. The Yxy representation further refines this as Y: 73.15, x: 0.4069, and y: 0.4330.

In the Hunter Lab color space, this color is represented as L: 88.52, a: -3.85, and b: 42.29. Similarly, in the CIE-Lab color space, it is represented as L: 88.52, a: -3.85, and b: 42.29.

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

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

Analogous Colors of #ECDF8C

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

Split Complementary Colors of #ECDF8C

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

Tetradic Colors of #ECDF8C

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

Monochromatic Colors of #ECDF8C

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

Complementary Color of #ECDF8C

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

/* Using HEX */
body {
  background-color: #ecdf8c;
}
/* Using RGB */
body {
  background-color: rgb(236, 223, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 223, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(52, 72%, 74%);
}
/* Text color */
p {
  color: #ecdf8c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecdf8c;
}
/* Border color */
.box {
  border: 4px solid #ecdf8c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecdf8c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecdf8c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECDF8C
On Black Background
#ECDF8C
On White Background
#ECDF8C

HTML Examples of #ECDF8C

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

Related Colors of #ECDF8C

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