Color: #EFF18C
#EFF18C Color Information
#EFF18C is a light color. The closest websafe version is #EFF18C. A complement of this color would be #8F8EF1, perceived brightness is 0.90, and the grayscale version is #BEBEBE.
In the HSL color space, this color has a hue angle of 61°,a saturation of 78%, and a lightness of 75%.The HSV representation shows a hue of 61°, a saturation of 42%, and a value of 95%.
In a RGB color space, #EFF18C is composed of 94% red, 95% green and 55% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 42% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 83.85, x: 0.4012, and y: 0.4470.
Color Code #EFF18C
Shades of Color #EFF18C
Shades are created by darkening the original color #EFF18C 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 #EFF18C
Tints are created by lightening the original color #EFF18C 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 #EFF18C Color Code
In the HSL color space, this color has a hue angle of 61°, a saturation of 78%, and a lightness of 75%. The HSV representation shows a hue of 61°, a saturation of 42%, and a value of 95%.
- HEX: #EFF18C
- RGB: rgb(239, 241, 140)
- HSL: hsl(61, 78%, 75%)
- HSV: hsv(61, 42%, 95%)
- CMYK: 100.00% cyan, 0.00% magenta, 42.00% yellow, 5.00% black
- XYZ: 75.26, 83.85, 28.47
- Yxy: 83.85, 0.4012, 0.4470
- Hunter Lab: 93.39, -11.13, 48.32
- CIE-Lab: 93.39, -11.13, 48.32
In the XYZ color space, this color is represented as X: 75.26, Y: 83.85, Z: 28.47. The Yxy representation further refines this as Y: 83.85, x: 0.4012, and y: 0.4470.
In the Hunter Lab color space, this color is represented as L: 93.39, a: -11.13, and b: 48.32. Similarly, in the CIE-Lab color space, it is represented as L: 93.39, a: -11.13, and b: 48.32.
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 #EFF18C
Triadic colors are three colors evenly spaced around the color wheel, including #EFF18C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EFF18C
Split complementary colors are two colors adjacent to the complementary color of #EFF18C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EFF18C
Monochromatic colors are variations of #EFF18C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EFF18C
The complementary color of #EFF18C 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 #EFF18C
/* Using HEX */ body { background-color: #eff18c; }
/* Using RGB */ body { background-color: rgb(239, 241, 140); }
/* Using RGB with opacity */ body { background-color: rgba(239, 241, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(61, 78%, 75%); }
/* Text color */ p { color: #eff18c; }
/* Box shadow */ div { box-shadow: 4px 4px #eff18c; }
/* Border color */ .box { border: 4px solid #eff18c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eff18c; }
/* Background with text */ div { background: #eff18c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EFF18C
<!-- Using HEX --> <div style="background-color: #eff18c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(239, 241, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(239, 241, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(61, 78%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eff18c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eff18c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eff18c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eff18c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eff18c; color: #fff; padding: 16px; border-radius: 8px;"> #EFF18C </div>
Related Colors of #EFF18C
These colors are similar to #EFF18C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.