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