Color: #A0EBDB

#A0EBDB Color Information

#A0EBDB is a light color. The closest websafe version is #A0EBDB. A complement of this color would be #EA9EAF, perceived brightness is 0.83, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 167°,a saturation of 65%, and a lightness of 77%.The HSV representation shows a hue of 167°, a saturation of 32%, and a value of 92%.

In a RGB color space, #A0EBDB is composed of 63% red, 92% green and 86% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 0% magenta, 7% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 71.67, x: 0.3051, and y: 0.3807.

Color Code #A0EBDB

#A0EBDBrgb(160, 235, 219)
HEX
#A0EBDB
RGB
rgb(160, 235, 219)
HSL
hsl(167, 65%, 77%)
HSV
hsv(167, 32%, 92%)
CMYK
32%, 0%, 7%, 8%
XYZ
X: 57.45, Y: 71.67, Z: 59.15
Lab
L: 87.81, a: -26.71, b: 0.00
Name

Shades of Color #A0EBDB

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

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

#A0EBDBrgb(160, 235, 219)

About #A0EBDB Color Code

In the HSL color space, this color has a hue angle of 167°, a saturation of 65%, and a lightness of 77%. The HSV representation shows a hue of 167°, a saturation of 32%, and a value of 92%.

  • HEX: #A0EBDB
  • RGB: rgb(160, 235, 219)
  • HSL: hsl(167, 65%, 77%)
  • HSV: hsv(167, 32%, 92%)
  • CMYK: 32.00% cyan, 0.00% magenta, 7.00% yellow, 8.00% black
  • XYZ: 57.45, 71.67, 59.15
  • Yxy: 71.67, 0.3051, 0.3807
  • Hunter Lab: 87.81, -26.71, 0.00
  • CIE-Lab: 87.81, -26.71, 0.00

In the XYZ color space, this color is represented as X: 57.45, Y: 71.67, Z: 59.15. The Yxy representation further refines this as Y: 71.67, x: 0.3051, and y: 0.3807.

In the Hunter Lab color space, this color is represented as L: 87.81, a: -26.71, and b: 0.00. Similarly, in the CIE-Lab color space, it is represented as L: 87.81, a: -26.71, and b: 0.00.

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

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

Analogous Colors of #A0EBDB

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

Monochromatic Colors of #A0EBDB

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

Complementary Color of #A0EBDB

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

/* Using HEX */
body {
  background-color: #a0ebdb;
}
/* Using RGB */
body {
  background-color: rgb(160, 235, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 235, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(167, 65%, 77%);
}
/* Text color */
p {
  color: #a0ebdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0ebdb;
}
/* Border color */
.box {
  border: 4px solid #a0ebdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a0ebdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a0ebdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A0EBDB
On Black Background
#A0EBDB
On White Background
#A0EBDB

HTML Examples of #A0EBDB

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

Related Colors of #A0EBDB

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