Color: #ADBDE6

#ADBDE6 Color Information

#ADBDE6 is a light color. The closest websafe version is #ADBDE6. A complement of this color would be #E6D6AD, perceived brightness is 0.74, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 223°,a saturation of 53%, and a lightness of 79%.The HSV representation shows a hue of 223°, a saturation of 25%, and a value of 90%.

In a RGB color space, #ADBDE6 is composed of 68% red, 74% green and 90% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 18% magenta, 0% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 50.58, x: 0.3038, and y: 0.3127.

Color Code #ADBDE6

#ADBDE6rgb(173, 189, 230)
HEX
#ADBDE6
RGB
rgb(173, 189, 230)
HSL
hsl(223, 53%, 79%)
HSV
hsv(223, 25%, 90%)
CMYK
25%, 18%, 0%, 10%
XYZ
X: 49.14, Y: 50.58, Z: 62.04
Lab
L: 76.42, a: 1.02, b: -22.51
Name

Shades of Color #ADBDE6

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

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

#ADBDE6rgb(173, 189, 230)

About #ADBDE6 Color Code

In the HSL color space, this color has a hue angle of 223°, a saturation of 53%, and a lightness of 79%. The HSV representation shows a hue of 223°, a saturation of 25%, and a value of 90%.

  • HEX: #ADBDE6
  • RGB: rgb(173, 189, 230)
  • HSL: hsl(223, 53%, 79%)
  • HSV: hsv(223, 25%, 90%)
  • CMYK: 25.00% cyan, 18.00% magenta, 0.00% yellow, 10.00% black
  • XYZ: 49.14, 50.58, 62.04
  • Yxy: 50.58, 0.3038, 0.3127
  • Hunter Lab: 76.42, 1.02, -22.51
  • CIE-Lab: 76.42, 1.02, -22.51

In the XYZ color space, this color is represented as X: 49.14, Y: 50.58, Z: 62.04. The Yxy representation further refines this as Y: 50.58, x: 0.3038, and y: 0.3127.

In the Hunter Lab color space, this color is represented as L: 76.42, a: 1.02, and b: -22.51. Similarly, in the CIE-Lab color space, it is represented as L: 76.42, a: 1.02, and b: -22.51.

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

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

Analogous Colors of #ADBDE6

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

Split Complementary Colors of #ADBDE6

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

Tetradic Colors of #ADBDE6

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

Monochromatic Colors of #ADBDE6

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

Complementary Color of #ADBDE6

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

/* Using HEX */
body {
  background-color: #adbde6;
}
/* Using RGB */
body {
  background-color: rgb(173, 189, 230);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 189, 230, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(223, 53%, 79%);
}
/* Text color */
p {
  color: #adbde6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adbde6;
}
/* Border color */
.box {
  border: 4px solid #adbde6;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adbde6;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adbde6;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADBDE6
On Black Background
#ADBDE6
On White Background
#ADBDE6

HTML Examples of #ADBDE6

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

Related Colors of #ADBDE6

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