Color: #E7FDAE

#E7FDAE Color Information

#E7FDAE is a light color. The closest websafe version is #E7FDAE. A complement of this color would be #C5AFFD, perceived brightness is 0.93, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 77°,a saturation of 95%, and a lightness of 84%.The HSV representation shows a hue of 77°, a saturation of 31%, and a value of 99%.

In a RGB color space, #E7FDAE is composed of 91% red, 99% green and 68% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 31% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 90.76, x: 0.3742, and y: 0.4314.

Color Code #E7FDAE

#E7FDAErgb(231, 253, 174)
HEX
#E7FDAE
RGB
rgb(231, 253, 174)
HSL
hsl(77, 95%, 84%)
HSV
hsv(77, 31%, 99%)
CMYK
9%, 0%, 31%, 1%
XYZ
X: 78.73, Y: 90.76, Z: 40.88
Lab
L: 96.31, a: -16.78, b: 35.39
Name

Shades of Color #E7FDAE

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

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

#E7FDAErgb(231, 253, 174)

About #E7FDAE Color Code

In the HSL color space, this color has a hue angle of 77°, a saturation of 95%, and a lightness of 84%. The HSV representation shows a hue of 77°, a saturation of 31%, and a value of 99%.

  • HEX: #E7FDAE
  • RGB: rgb(231, 253, 174)
  • HSL: hsl(77, 95%, 84%)
  • HSV: hsv(77, 31%, 99%)
  • CMYK: 9.00% cyan, 0.00% magenta, 31.00% yellow, 100.00% black
  • XYZ: 78.73, 90.76, 40.88
  • Yxy: 90.76, 0.3742, 0.4314
  • Hunter Lab: 96.31, -16.78, 35.39
  • CIE-Lab: 96.31, -16.78, 35.39

In the XYZ color space, this color is represented as X: 78.73, Y: 90.76, Z: 40.88. The Yxy representation further refines this as Y: 90.76, x: 0.3742, and y: 0.4314.

In the Hunter Lab color space, this color is represented as L: 96.31, a: -16.78, and b: 35.39. Similarly, in the CIE-Lab color space, it is represented as L: 96.31, a: -16.78, and b: 35.39.

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

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

Analogous Colors of #E7FDAE

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

Split Complementary Colors of #E7FDAE

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

Tetradic Colors of #E7FDAE

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

Monochromatic Colors of #E7FDAE

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

Complementary Color of #E7FDAE

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

/* Using HEX */
body {
  background-color: #e7fdae;
}
/* Using RGB */
body {
  background-color: rgb(231, 253, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(231, 253, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(77, 95%, 84%);
}
/* Text color */
p {
  color: #e7fdae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e7fdae;
}
/* Border color */
.box {
  border: 4px solid #e7fdae;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e7fdae;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e7fdae;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E7FDAE
On Black Background
#E7FDAE
On White Background
#E7FDAE

HTML Examples of #E7FDAE

<!-- Using HEX -->
<div style="background-color: #e7fdae; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(231, 253, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(231, 253, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(77, 95%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e7fdae;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e7fdae; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e7fdae; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e7fdae;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e7fdae; color: #fff; padding: 16px; border-radius: 8px;">
  #E7FDAE
</div>
#E7FDAE
On Black Background
#E7FDAE
On White Background
#E7FDAE

Related Colors of #E7FDAE

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