Color: #A4CEC8

#A4CEC8 Color Information

#A4CEC8 is a light color. The closest websafe version is #A4CEC8. A complement of this color would be #CFA5AC, perceived brightness is 0.76, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 171°,a saturation of 30%, and a lightness of 73%.The HSV representation shows a hue of 171°, a saturation of 20%, and a value of 81%.

In a RGB color space, #A4CEC8 is composed of 64% red, 81% green and 78% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 0% magenta, 3% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 56.01, x: 0.3173, and y: 0.3685.

Color Code #A4CEC8

#A4CEC8rgb(164, 206, 200)
HEX
#A4CEC8
RGB
rgb(164, 206, 200)
HSL
hsl(171, 30%, 73%)
HSV
hsv(171, 20%, 81%)
CMYK
20%, 0%, 3%, 19%
XYZ
X: 48.22, Y: 56.01, Z: 47.76
Lab
L: 79.62, a: -15.27, b: -1.81
Name

Shades of Color #A4CEC8

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

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

#A4CEC8rgb(164, 206, 200)

About #A4CEC8 Color Code

In the HSL color space, this color has a hue angle of 171°, a saturation of 30%, and a lightness of 73%. The HSV representation shows a hue of 171°, a saturation of 20%, and a value of 81%.

  • HEX: #A4CEC8
  • RGB: rgb(164, 206, 200)
  • HSL: hsl(171, 30%, 73%)
  • HSV: hsv(171, 20%, 81%)
  • CMYK: 20.00% cyan, 0.00% magenta, 3.00% yellow, 19.00% black
  • XYZ: 48.22, 56.01, 47.76
  • Yxy: 56.01, 0.3173, 0.3685
  • Hunter Lab: 79.62, -15.27, -1.81
  • CIE-Lab: 79.62, -15.27, -1.81

In the XYZ color space, this color is represented as X: 48.22, Y: 56.01, Z: 47.76. The Yxy representation further refines this as Y: 56.01, x: 0.3173, and y: 0.3685.

In the Hunter Lab color space, this color is represented as L: 79.62, a: -15.27, and b: -1.81. Similarly, in the CIE-Lab color space, it is represented as L: 79.62, a: -15.27, and b: -1.81.

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

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

Analogous Colors of #A4CEC8

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

Split Complementary Colors of #A4CEC8

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

Tetradic Colors of #A4CEC8

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

Monochromatic Colors of #A4CEC8

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

Complementary Color of #A4CEC8

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

/* Using HEX */
body {
  background-color: #a4cec8;
}
/* Using RGB */
body {
  background-color: rgb(164, 206, 200);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 206, 200, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(171, 30%, 73%);
}
/* Text color */
p {
  color: #a4cec8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a4cec8;
}
/* Border color */
.box {
  border: 4px solid #a4cec8;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a4cec8;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a4cec8;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A4CEC8
On Black Background
#A4CEC8
On White Background
#A4CEC8

HTML Examples of #A4CEC8

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

Related Colors of #A4CEC8

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