Color: #ADB7EC

#ADB7EC Color Information

#ADB7EC is a light color. The closest websafe version is #ADB7EC. A complement of this color would be #ECE1AC, perceived brightness is 0.73, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 230°,a saturation of 62%, and a lightness of 80%.The HSV representation shows a hue of 230°, a saturation of 27%, and a value of 93%.

In a RGB color space, #ADB7EC is composed of 68% red, 72% green and 93% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 22% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 48.33, x: 0.2994, and y: 0.2986.

Color Code #ADB7EC

#ADB7ECrgb(173, 183, 236)
HEX
#ADB7EC
RGB
rgb(173, 183, 236)
HSL
hsl(230, 62%, 80%)
HSV
hsv(230, 27%, 93%)
CMYK
27%, 22%, 0%, 7%
XYZ
X: 48.46, Y: 48.33, Z: 65.09
Lab
L: 75.03, a: 5.15, b: -27.83
Name

Shades of Color #ADB7EC

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

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

#ADB7ECrgb(173, 183, 236)

About #ADB7EC Color Code

In the HSL color space, this color has a hue angle of 230°, a saturation of 62%, and a lightness of 80%. The HSV representation shows a hue of 230°, a saturation of 27%, and a value of 93%.

  • HEX: #ADB7EC
  • RGB: rgb(173, 183, 236)
  • HSL: hsl(230, 62%, 80%)
  • HSV: hsv(230, 27%, 93%)
  • CMYK: 27.00% cyan, 22.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 48.46, 48.33, 65.09
  • Yxy: 48.33, 0.2994, 0.2986
  • Hunter Lab: 75.03, 5.15, -27.83
  • CIE-Lab: 75.03, 5.15, -27.83

In the XYZ color space, this color is represented as X: 48.46, Y: 48.33, Z: 65.09. The Yxy representation further refines this as Y: 48.33, x: 0.2994, and y: 0.2986.

In the Hunter Lab color space, this color is represented as L: 75.03, a: 5.15, and b: -27.83. Similarly, in the CIE-Lab color space, it is represented as L: 75.03, a: 5.15, and b: -27.83.

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

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

Analogous Colors of #ADB7EC

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

Split Complementary Colors of #ADB7EC

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

Tetradic Colors of #ADB7EC

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

Monochromatic Colors of #ADB7EC

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

Complementary Color of #ADB7EC

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

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

HTML Examples of #ADB7EC

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

Related Colors of #ADB7EC

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