Color: #ADB2ED

#ADB2ED Color Information

#ADB2ED is a light color. The closest websafe version is #ADB2ED. A complement of this color would be #EDE7AB, perceived brightness is 0.72, and the grayscale version is #CDCDCD.

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

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

In the Yxy color space, this color is represented as Y: 46.35, x: 0.2982, and y: 0.2911.

Color Code #ADB2ED

#ADB2EDrgb(173, 178, 237)
HEX
#ADB2ED
RGB
rgb(173, 178, 237)
HSL
hsl(235, 64%, 80%)
HSV
hsv(235, 27%, 93%)
CMYK
27%, 25%, 0%, 7%
XYZ
X: 47.48, Y: 46.35, Z: 65.39
Lab
L: 73.77, a: 7.90, b: -30.29
Name

Shades of Color #ADB2ED

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

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

#ADB2EDrgb(173, 178, 237)

About #ADB2ED Color Code

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

  • HEX: #ADB2ED
  • RGB: rgb(173, 178, 237)
  • HSL: hsl(235, 64%, 80%)
  • HSV: hsv(235, 27%, 93%)
  • CMYK: 27.00% cyan, 25.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 47.48, 46.35, 65.39
  • Yxy: 46.35, 0.2982, 0.2911
  • Hunter Lab: 73.77, 7.90, -30.29
  • CIE-Lab: 73.77, 7.90, -30.29

In the XYZ color space, this color is represented as X: 47.48, Y: 46.35, Z: 65.39. The Yxy representation further refines this as Y: 46.35, x: 0.2982, and y: 0.2911.

In the Hunter Lab color space, this color is represented as L: 73.77, a: 7.90, and b: -30.29. Similarly, in the CIE-Lab color space, it is represented as L: 73.77, a: 7.90, and b: -30.29.

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

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

Analogous Colors of #ADB2ED

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

Monochromatic Colors of #ADB2ED

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

Complementary Color of #ADB2ED

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

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

HTML Examples of #ADB2ED

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

Related Colors of #ADB2ED

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