Color: #ADF9BB

#ADF9BB Color Information

#ADF9BB is a light color. The closest websafe version is #ADF9BB. A complement of this color would be #F9AEEB, perceived brightness is 0.86, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 131°,a saturation of 86%, and a lightness of 83%.The HSV representation shows a hue of 131°, a saturation of 31%, and a value of 98%.

In a RGB color space, #ADF9BB is composed of 68% red, 98% green and 73% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 25% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 80.22, x: 0.3300, and y: 0.4283.

Color Code #ADF9BB

#ADF9BBrgb(173, 249, 187)
HEX
#ADF9BB
RGB
rgb(173, 249, 187)
HSL
hsl(131, 86%, 83%)
HSV
hsv(131, 31%, 98%)
CMYK
31%, 0%, 25%, 2%
XYZ
X: 61.81, Y: 80.22, Z: 45.27
Lab
L: 91.78, a: -33.46, b: 22.11
Name

Shades of Color #ADF9BB

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

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

#ADF9BBrgb(173, 249, 187)

About #ADF9BB Color Code

In the HSL color space, this color has a hue angle of 131°, a saturation of 86%, and a lightness of 83%. The HSV representation shows a hue of 131°, a saturation of 31%, and a value of 98%.

  • HEX: #ADF9BB
  • RGB: rgb(173, 249, 187)
  • HSL: hsl(131, 86%, 83%)
  • HSV: hsv(131, 31%, 98%)
  • CMYK: 31.00% cyan, 0.00% magenta, 25.00% yellow, 2.00% black
  • XYZ: 61.81, 80.22, 45.27
  • Yxy: 80.22, 0.3300, 0.4283
  • Hunter Lab: 91.78, -33.46, 22.11
  • CIE-Lab: 91.78, -33.46, 22.11

In the XYZ color space, this color is represented as X: 61.81, Y: 80.22, Z: 45.27. The Yxy representation further refines this as Y: 80.22, x: 0.3300, and y: 0.4283.

In the Hunter Lab color space, this color is represented as L: 91.78, a: -33.46, and b: 22.11. Similarly, in the CIE-Lab color space, it is represented as L: 91.78, a: -33.46, and b: 22.11.

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

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

Analogous Colors of #ADF9BB

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

Split Complementary Colors of #ADF9BB

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

Tetradic Colors of #ADF9BB

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

Monochromatic Colors of #ADF9BB

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

Complementary Color of #ADF9BB

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

/* Using HEX */
body {
  background-color: #adf9bb;
}
/* Using RGB */
body {
  background-color: rgb(173, 249, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 249, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(131, 86%, 83%);
}
/* Text color */
p {
  color: #adf9bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adf9bb;
}
/* Border color */
.box {
  border: 4px solid #adf9bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adf9bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adf9bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADF9BB
On Black Background
#ADF9BB
On White Background
#ADF9BB

HTML Examples of #ADF9BB

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

Related Colors of #ADF9BB

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