Color: #ADDCDB

#ADDCDB Color Information

#ADDCDB is a light color. The closest websafe version is #ADDCDB. A complement of this color would be #DCADAE, perceived brightness is 0.81, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 179°,a saturation of 40%, and a lightness of 77%.The HSV representation shows a hue of 179°, a saturation of 21%, and a value of 86%.

In a RGB color space, #ADDCDB is composed of 68% red, 86% green and 86% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 64.90, x: 0.3125, and y: 0.3627.

Color Code #ADDCDB

#ADDCDBrgb(173, 220, 219)
HEX
#ADDCDB
RGB
rgb(173, 220, 219)
HSL
hsl(179, 40%, 77%)
HSV
hsv(179, 21%, 86%)
CMYK
21%, 0%, 0%, 14%
XYZ
X: 55.92, Y: 64.90, Z: 58.12
Lab
L: 84.43, a: -15.94, b: -4.79
Name

Shades of Color #ADDCDB

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

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

#ADDCDBrgb(173, 220, 219)

About #ADDCDB Color Code

In the HSL color space, this color has a hue angle of 179°, a saturation of 40%, and a lightness of 77%. The HSV representation shows a hue of 179°, a saturation of 21%, and a value of 86%.

  • HEX: #ADDCDB
  • RGB: rgb(173, 220, 219)
  • HSL: hsl(179, 40%, 77%)
  • HSV: hsv(179, 21%, 86%)
  • CMYK: 21.00% cyan, 0.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 55.92, 64.90, 58.12
  • Yxy: 64.90, 0.3125, 0.3627
  • Hunter Lab: 84.43, -15.94, -4.79
  • CIE-Lab: 84.43, -15.94, -4.79

In the XYZ color space, this color is represented as X: 55.92, Y: 64.90, Z: 58.12. The Yxy representation further refines this as Y: 64.90, x: 0.3125, and y: 0.3627.

In the Hunter Lab color space, this color is represented as L: 84.43, a: -15.94, and b: -4.79. Similarly, in the CIE-Lab color space, it is represented as L: 84.43, a: -15.94, and b: -4.79.

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

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

Analogous Colors of #ADDCDB

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

Monochromatic Colors of #ADDCDB

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

Complementary Color of #ADDCDB

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

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

HTML Examples of #ADDCDB

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

Related Colors of #ADDCDB

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