Color: #EEFEBC
#EEFEBC Color Information
#EEFEBC is a light color. The closest websafe version is #EEFEBC. A complement of this color would be #CEBEFE, perceived brightness is 0.95, and the grayscale version is #DDDDDD.
In the HSL color space, this color has a hue angle of 75°,a saturation of 97%, and a lightness of 87%.The HSV representation shows a hue of 75°, a saturation of 26%, and a value of 100%.
In a RGB color space, #EEFEBC is composed of 93% red, 100% green and 74% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 26% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 93.12, x: 0.3714, and y: 0.4185.
Color Code #EEFEBC
Shades of Color #EEFEBC
Shades are created by darkening the original color #EEFEBC 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 #EEFEBC
Tints are created by lightening the original color #EEFEBC 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 #EEFEBC Color Code
In the HSL color space, this color has a hue angle of 75°, a saturation of 97%, and a lightness of 87%. The HSV representation shows a hue of 75°, a saturation of 26%, and a value of 100%.
- HEX: #EEFEBC
- RGB: rgb(238, 254, 188)
- HSL: hsl(75, 97%, 87%)
- HSV: hsv(75, 26%, 100%)
- CMYK: 6.00% cyan, 0.00% magenta, 26.00% yellow, 0.00% black
- XYZ: 82.64, 93.12, 46.73
- Yxy: 93.12, 0.3714, 0.4185
- Hunter Lab: 97.28, -13.31, 29.84
- CIE-Lab: 97.28, -13.31, 29.84
In the XYZ color space, this color is represented as X: 82.64, Y: 93.12, Z: 46.73. The Yxy representation further refines this as Y: 93.12, x: 0.3714, and y: 0.4185.
In the Hunter Lab color space, this color is represented as L: 97.28, a: -13.31, and b: 29.84. Similarly, in the CIE-Lab color space, it is represented as L: 97.28, a: -13.31, and b: 29.84.
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 #EEFEBC
Triadic colors are three colors evenly spaced around the color wheel, including #EEFEBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EEFEBC
Monochromatic colors are variations of #EEFEBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEFEBC
The complementary color of #EEFEBC 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 #EEFEBC
/* Using HEX */ body { background-color: #eefebc; }
/* Using RGB */ body { background-color: rgb(238, 254, 188); }
/* Using RGB with opacity */ body { background-color: rgba(238, 254, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(75, 97%, 87%); }
/* Text color */ p { color: #eefebc; }
/* Box shadow */ div { box-shadow: 4px 4px #eefebc; }
/* Border color */ .box { border: 4px solid #eefebc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eefebc; }
/* Background with text */ div { background: #eefebc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EEFEBC
<!-- Using HEX --> <div style="background-color: #eefebc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 254, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 254, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(75, 97%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eefebc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eefebc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eefebc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eefebc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eefebc; color: #fff; padding: 16px; border-radius: 8px;"> #EEFEBC </div>
Related Colors of #EEFEBC
These colors are similar to #EEFEBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.