Color: #EBF3BA

#EBF3BA Color Information

#EBF3BA is a light color. The closest websafe version is #EBF3BA. A complement of this color would be #C1BAF3, perceived brightness is 0.92, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 68°,a saturation of 70%, and a lightness of 84%.The HSV representation shows a hue of 68°, a saturation of 23%, and a value of 95%.

In a RGB color space, #EBF3BA is composed of 92% red, 95% green and 73% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 23% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 85.71, x: 0.3732, and y: 0.4113.

Color Code #EBF3BA

#EBF3BArgb(235, 243, 186)
HEX
#EBF3BA
RGB
rgb(235, 243, 186)
HSL
hsl(68, 70%, 84%)
HSV
hsv(68, 23%, 95%)
CMYK
3%, 0%, 23%, 5%
XYZ
X: 77.77, Y: 85.71, Z: 44.93
Lab
L: 94.19, a: -9.54, b: 26.67
Name

Shades of Color #EBF3BA

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

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

#EBF3BArgb(235, 243, 186)

About #EBF3BA Color Code

In the HSL color space, this color has a hue angle of 68°, a saturation of 70%, and a lightness of 84%. The HSV representation shows a hue of 68°, a saturation of 23%, and a value of 95%.

  • HEX: #EBF3BA
  • RGB: rgb(235, 243, 186)
  • HSL: hsl(68, 70%, 84%)
  • HSV: hsv(68, 23%, 95%)
  • CMYK: 3.00% cyan, 0.00% magenta, 23.00% yellow, 5.00% black
  • XYZ: 77.77, 85.71, 44.93
  • Yxy: 85.71, 0.3732, 0.4113
  • Hunter Lab: 94.19, -9.54, 26.67
  • CIE-Lab: 94.19, -9.54, 26.67

In the XYZ color space, this color is represented as X: 77.77, Y: 85.71, Z: 44.93. The Yxy representation further refines this as Y: 85.71, x: 0.3732, and y: 0.4113.

In the Hunter Lab color space, this color is represented as L: 94.19, a: -9.54, and b: 26.67. Similarly, in the CIE-Lab color space, it is represented as L: 94.19, a: -9.54, and b: 26.67.

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

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

Analogous Colors of #EBF3BA

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

Split Complementary Colors of #EBF3BA

Split complementary colors are two colors adjacent to the complementary color of #EBF3BA. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EBF3BA

Tetradic colors form a rectangle on the color wheel, including #EBF3BA. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EBF3BA

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

Complementary Color of #EBF3BA

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

/* Using HEX */
body {
  background-color: #ebf3ba;
}
/* Using RGB */
body {
  background-color: rgb(235, 243, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 243, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(68, 70%, 84%);
}
/* Text color */
p {
  color: #ebf3ba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebf3ba;
}
/* Border color */
.box {
  border: 4px solid #ebf3ba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebf3ba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebf3ba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBF3BA
On Black Background
#EBF3BA
On White Background
#EBF3BA

HTML Examples of #EBF3BA

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

Related Colors of #EBF3BA

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