Color: #EDFC99

#EDFC99 Color Information

#EDFC99 is a light color. The closest websafe version is #EDFC99. A complement of this color would be #A697FC, perceived brightness is 0.93, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 69°,a saturation of 94%, and a lightness of 79%.The HSV representation shows a hue of 69°, a saturation of 39%, and a value of 99%.

In a RGB color space, #EDFC99 is composed of 93% red, 99% green and 60% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 39% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 90.56, x: 0.3892, and y: 0.4463.

Color Code #EDFC99

#EDFC99rgb(237, 252, 153)
HEX
#EDFC99
RGB
rgb(237, 252, 153)
HSL
hsl(69, 94%, 79%)
HSV
hsv(69, 39%, 99%)
CMYK
6%, 0%, 39%, 1%
XYZ
X: 78.97, Y: 90.56, Z: 33.38
Lab
L: 96.23, a: -15.93, b: 45.58
Name

Shades of Color #EDFC99

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

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

#EDFC99rgb(237, 252, 153)

About #EDFC99 Color Code

In the HSL color space, this color has a hue angle of 69°, a saturation of 94%, and a lightness of 79%. The HSV representation shows a hue of 69°, a saturation of 39%, and a value of 99%.

  • HEX: #EDFC99
  • RGB: rgb(237, 252, 153)
  • HSL: hsl(69, 94%, 79%)
  • HSV: hsv(69, 39%, 99%)
  • CMYK: 6.00% cyan, 0.00% magenta, 39.00% yellow, 100.00% black
  • XYZ: 78.97, 90.56, 33.38
  • Yxy: 90.56, 0.3892, 0.4463
  • Hunter Lab: 96.23, -15.93, 45.58
  • CIE-Lab: 96.23, -15.93, 45.58

In the XYZ color space, this color is represented as X: 78.97, Y: 90.56, Z: 33.38. The Yxy representation further refines this as Y: 90.56, x: 0.3892, and y: 0.4463.

In the Hunter Lab color space, this color is represented as L: 96.23, a: -15.93, and b: 45.58. Similarly, in the CIE-Lab color space, it is represented as L: 96.23, a: -15.93, and b: 45.58.

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

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

Analogous Colors of #EDFC99

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

Split Complementary Colors of #EDFC99

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

Tetradic Colors of #EDFC99

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

Monochromatic Colors of #EDFC99

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

Complementary Color of #EDFC99

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

/* Using HEX */
body {
  background-color: #edfc99;
}
/* Using RGB */
body {
  background-color: rgb(237, 252, 153);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 252, 153, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(69, 94%, 79%);
}
/* Text color */
p {
  color: #edfc99;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edfc99;
}
/* Border color */
.box {
  border: 4px solid #edfc99;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edfc99;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edfc99;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDFC99
On Black Background
#EDFC99
On White Background
#EDFC99

HTML Examples of #EDFC99

<!-- Using HEX -->
<div style="background-color: #edfc99; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 252, 153); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 252, 153, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(69, 94%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #edfc99;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #edfc99; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #edfc99; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #edfc99;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #edfc99; color: #fff; padding: 16px; border-radius: 8px;">
  #EDFC99
</div>
#EDFC99
On Black Background
#EDFC99
On White Background
#EDFC99

Related Colors of #EDFC99

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