Color: #ACE4BA

#ACE4BA Color Information

#ACE4BA is a light color. The closest websafe version is #ACE4BA. A complement of this color would be #E4AAD5, perceived brightness is 0.81, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 135°,a saturation of 51%, and a lightness of 78%.The HSV representation shows a hue of 135°, a saturation of 25%, and a value of 89%.

In a RGB color space, #ACE4BA is composed of 67% red, 89% green and 73% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 0% magenta, 18% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 67.77, x: 0.3310, and y: 0.4086.

Color Code #ACE4BA

#ACE4BArgb(172, 228, 186)
HEX
#ACE4BA
RGB
rgb(172, 228, 186)
HSL
hsl(135, 51%, 78%)
HSV
hsv(135, 25%, 89%)
CMYK
25%, 0%, 18%, 11%
XYZ
X: 54.89, Y: 67.77, Z: 43.18
Lab
L: 85.89, a: -24.80, b: 14.52
Name

Shades of Color #ACE4BA

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

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

#ACE4BArgb(172, 228, 186)

About #ACE4BA Color Code

In the HSL color space, this color has a hue angle of 135°, a saturation of 51%, and a lightness of 78%. The HSV representation shows a hue of 135°, a saturation of 25%, and a value of 89%.

  • HEX: #ACE4BA
  • RGB: rgb(172, 228, 186)
  • HSL: hsl(135, 51%, 78%)
  • HSV: hsv(135, 25%, 89%)
  • CMYK: 25.00% cyan, 0.00% magenta, 18.00% yellow, 11.00% black
  • XYZ: 54.89, 67.77, 43.18
  • Yxy: 67.77, 0.3310, 0.4086
  • Hunter Lab: 85.89, -24.80, 14.52
  • CIE-Lab: 85.89, -24.80, 14.52

In the XYZ color space, this color is represented as X: 54.89, Y: 67.77, Z: 43.18. The Yxy representation further refines this as Y: 67.77, x: 0.3310, and y: 0.4086.

In the Hunter Lab color space, this color is represented as L: 85.89, a: -24.80, and b: 14.52. Similarly, in the CIE-Lab color space, it is represented as L: 85.89, a: -24.80, and b: 14.52.

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

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

Analogous Colors of #ACE4BA

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

Split Complementary Colors of #ACE4BA

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

Tetradic Colors of #ACE4BA

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

Monochromatic Colors of #ACE4BA

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

Complementary Color of #ACE4BA

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

/* Using HEX */
body {
  background-color: #ace4ba;
}
/* Using RGB */
body {
  background-color: rgb(172, 228, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 228, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(135, 51%, 78%);
}
/* Text color */
p {
  color: #ace4ba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ace4ba;
}
/* Border color */
.box {
  border: 4px solid #ace4ba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ace4ba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ace4ba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ACE4BA
On Black Background
#ACE4BA
On White Background
#ACE4BA

HTML Examples of #ACE4BA

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

Related Colors of #ACE4BA

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