Color: #ADB5CA

#ADB5CA Color Information

#ADB5CA is a light color. The closest websafe version is #ADB5CA. A complement of this color would be #CBC3AF, perceived brightness is 0.71, and the grayscale version is #BCBCBC.

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

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

In the Yxy color space, this color is represented as Y: 46.00, x: 0.3229, and y: 0.3340.

Color Code #ADB5CA

#ADB5CArgb(173, 181, 202)
HEX
#ADB5CA
RGB
rgb(173, 181, 202)
HSL
hsl(223, 21%, 74%)
HSV
hsv(223, 14%, 79%)
CMYK
14%, 10%, 0%, 21%
XYZ
X: 44.47, Y: 46.00, Z: 47.25
Lab
L: 73.55, a: 0.32, b: -11.68
Name

Shades of Color #ADB5CA

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

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

#ADB5CArgb(173, 181, 202)

About #ADB5CA Color Code

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

  • HEX: #ADB5CA
  • RGB: rgb(173, 181, 202)
  • HSL: hsl(223, 21%, 74%)
  • HSV: hsv(223, 14%, 79%)
  • CMYK: 14.00% cyan, 10.00% magenta, 0.00% yellow, 21.00% black
  • XYZ: 44.47, 46.00, 47.25
  • Yxy: 46.00, 0.3229, 0.3340
  • Hunter Lab: 73.55, 0.32, -11.68
  • CIE-Lab: 73.55, 0.32, -11.68

In the XYZ color space, this color is represented as X: 44.47, Y: 46.00, Z: 47.25. The Yxy representation further refines this as Y: 46.00, x: 0.3229, and y: 0.3340.

In the Hunter Lab color space, this color is represented as L: 73.55, a: 0.32, and b: -11.68. Similarly, in the CIE-Lab color space, it is represented as L: 73.55, a: 0.32, and b: -11.68.

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

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

Analogous Colors of #ADB5CA

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

Split Complementary Colors of #ADB5CA

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

Tetradic Colors of #ADB5CA

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

Monochromatic Colors of #ADB5CA

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

Complementary Color of #ADB5CA

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

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

HTML Examples of #ADB5CA

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

Related Colors of #ADB5CA

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