Color: #ACEECE

#ACEECE Color Information

#ACEECE is a light color. The closest websafe version is #ACEECE. A complement of this color would be #EEAACB, perceived brightness is 0.84, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 151°,a saturation of 66%, and a lightness of 80%.The HSV representation shows a hue of 151°, a saturation of 28%, and a value of 93%.

In a RGB color space, #ACEECE is composed of 67% red, 93% green and 81% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 0% magenta, 13% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 74.21, x: 0.3196, and y: 0.3970.

Color Code #ACEECE

#ACEECErgb(172, 238, 206)
HEX
#ACEECE
RGB
rgb(172, 238, 206)
HSL
hsl(151, 66%, 80%)
HSV
hsv(151, 28%, 93%)
CMYK
28%, 0%, 13%, 7%
XYZ
X: 59.74, Y: 74.21, Z: 52.96
Lab
L: 89.02, a: -26.43, b: 8.56
Name

Shades of Color #ACEECE

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

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

#ACEECErgb(172, 238, 206)

About #ACEECE Color Code

In the HSL color space, this color has a hue angle of 151°, a saturation of 66%, and a lightness of 80%. The HSV representation shows a hue of 151°, a saturation of 28%, and a value of 93%.

  • HEX: #ACEECE
  • RGB: rgb(172, 238, 206)
  • HSL: hsl(151, 66%, 80%)
  • HSV: hsv(151, 28%, 93%)
  • CMYK: 28.00% cyan, 0.00% magenta, 13.00% yellow, 7.00% black
  • XYZ: 59.74, 74.21, 52.96
  • Yxy: 74.21, 0.3196, 0.3970
  • Hunter Lab: 89.02, -26.43, 8.56
  • CIE-Lab: 89.02, -26.43, 8.56

In the XYZ color space, this color is represented as X: 59.74, Y: 74.21, Z: 52.96. The Yxy representation further refines this as Y: 74.21, x: 0.3196, and y: 0.3970.

In the Hunter Lab color space, this color is represented as L: 89.02, a: -26.43, and b: 8.56. Similarly, in the CIE-Lab color space, it is represented as L: 89.02, a: -26.43, and b: 8.56.

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

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

Analogous Colors of #ACEECE

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

Split Complementary Colors of #ACEECE

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

Tetradic Colors of #ACEECE

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

Monochromatic Colors of #ACEECE

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

Complementary Color of #ACEECE

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

/* Using HEX */
body {
  background-color: #aceece;
}
/* Using RGB */
body {
  background-color: rgb(172, 238, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 238, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(151, 66%, 80%);
}
/* Text color */
p {
  color: #aceece;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aceece;
}
/* Border color */
.box {
  border: 4px solid #aceece;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aceece;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aceece;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ACEECE
On Black Background
#ACEECE
On White Background
#ACEECE

HTML Examples of #ACEECE

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

Related Colors of #ACEECE

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