Color: #EBDF9F
#EBDF9F Color Information
#EBDF9F is a light color. The closest websafe version is #EBDF9F. A complement of this color would be #9EA9EB, perceived brightness is 0.86, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 51°,a saturation of 66%, and a lightness of 77%.The HSV representation shows a hue of 51°, a saturation of 32%, and a value of 92%.
In a RGB color space, #EBDF9F is composed of 92% red, 87% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 32% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 73.49, x: 0.3951, and y: 0.4172.
Color Code #EBDF9F
Shades of Color #EBDF9F
Shades are created by darkening the original color #EBDF9F 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 #EBDF9F
Tints are created by lightening the original color #EBDF9F 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.
About #EBDF9F Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 66%, and a lightness of 77%. The HSV representation shows a hue of 51°, a saturation of 32%, and a value of 92%.
- HEX: #EBDF9F
- RGB: rgb(235, 223, 159)
- HSL: hsl(51, 66%, 77%)
- HSV: hsv(51, 32%, 92%)
- CMYK: 0.00% cyan, 5.00% magenta, 32.00% yellow, 8.00% black
- XYZ: 69.60, 73.49, 33.08
- Yxy: 73.49, 0.3951, 0.4172
- Hunter Lab: 88.68, -2.68, 33.01
- CIE-Lab: 88.68, -2.68, 33.01
In the XYZ color space, this color is represented as X: 69.60, Y: 73.49, Z: 33.08. The Yxy representation further refines this as Y: 73.49, x: 0.3951, and y: 0.4172.
In the Hunter Lab color space, this color is represented as L: 88.68, a: -2.68, and b: 33.01. Similarly, in the CIE-Lab color space, it is represented as L: 88.68, a: -2.68, and b: 33.01.
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 #EBDF9F
Triadic colors are three colors evenly spaced around the color wheel, including #EBDF9F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EBDF9F
Monochromatic colors are variations of #EBDF9F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EBDF9F
The complementary color of #EBDF9F 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 #EBDF9F
/* Using HEX */ body { background-color: #ebdf9f; }
/* Using RGB */ body { background-color: rgb(235, 223, 159); }
/* Using RGB with opacity */ body { background-color: rgba(235, 223, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 66%, 77%); }
/* Text color */ p { color: #ebdf9f; }
/* Box shadow */ div { box-shadow: 4px 4px #ebdf9f; }
/* Border color */ .box { border: 4px solid #ebdf9f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ebdf9f; }
/* Background with text */ div { background: #ebdf9f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EBDF9F
<!-- Using HEX --> <div style="background-color: #ebdf9f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(235, 223, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(235, 223, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 66%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ebdf9f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ebdf9f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ebdf9f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ebdf9f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ebdf9f; color: #fff; padding: 16px; border-radius: 8px;"> #EBDF9F </div>
Related Colors of #EBDF9F
These colors are similar to #EBDF9F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.