Color: #EDEF6C

#EDEF6C Color Information

#EDEF6C is a light color. The closest websafe version is #EDEF6C. A complement of this color would be #6E6CEF, perceived brightness is 0.88, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 61°,a saturation of 80%, and a lightness of 68%.The HSV representation shows a hue of 61°, a saturation of 55%, and a value of 94%.

In a RGB color space, #EDEF6C is composed of 93% red, 94% green and 42% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 55% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 81.63, x: 0.4151, and y: 0.4686.

Color Code #EDEF6C

#EDEF6Crgb(237, 239, 108)
HEX
#EDEF6C
RGB
rgb(237, 239, 108)
HSL
hsl(61, 80%, 68%)
HSV
hsv(61, 55%, 94%)
CMYK
1%, 0%, 55%, 6%
XYZ
X: 72.31, Y: 81.63, Z: 20.27
Lab
L: 92.41, a: -13.02, b: 61.66
Name

Shades of Color #EDEF6C

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

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

#EDEF6Crgb(237, 239, 108)

About #EDEF6C Color Code

In the HSL color space, this color has a hue angle of 61°, a saturation of 80%, and a lightness of 68%. The HSV representation shows a hue of 61°, a saturation of 55%, and a value of 94%.

  • HEX: #EDEF6C
  • RGB: rgb(237, 239, 108)
  • HSL: hsl(61, 80%, 68%)
  • HSV: hsv(61, 55%, 94%)
  • CMYK: 100.00% cyan, 0.00% magenta, 55.00% yellow, 6.00% black
  • XYZ: 72.31, 81.63, 20.27
  • Yxy: 81.63, 0.4151, 0.4686
  • Hunter Lab: 92.41, -13.02, 61.66
  • CIE-Lab: 92.41, -13.02, 61.66

In the XYZ color space, this color is represented as X: 72.31, Y: 81.63, Z: 20.27. The Yxy representation further refines this as Y: 81.63, x: 0.4151, and y: 0.4686.

In the Hunter Lab color space, this color is represented as L: 92.41, a: -13.02, and b: 61.66. Similarly, in the CIE-Lab color space, it is represented as L: 92.41, a: -13.02, and b: 61.66.

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

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

Analogous Colors of #EDEF6C

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

Monochromatic Colors of #EDEF6C

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

Complementary Color of #EDEF6C

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

/* Using HEX */
body {
  background-color: #edef6c;
}
/* Using RGB */
body {
  background-color: rgb(237, 239, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 239, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(61, 80%, 68%);
}
/* Text color */
p {
  color: #edef6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edef6c;
}
/* Border color */
.box {
  border: 4px solid #edef6c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edef6c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edef6c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDEF6C
On Black Background
#EDEF6C
On White Background
#EDEF6C

HTML Examples of #EDEF6C

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

Related Colors of #EDEF6C

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