Color: #ABCBDC

#ABCBDC Color Information

#ABCBDC is a light color. The closest websafe version is #ABCBDC. A complement of this color would be #DCBDAC, perceived brightness is 0.77, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 201°,a saturation of 41%, and a lightness of 77%.The HSV representation shows a hue of 201°, a saturation of 22%, and a value of 86%.

In a RGB color space, #ABCBDC is composed of 67% red, 80% green and 86% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 8% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 56.21, x: 0.3097, and y: 0.3413.

Color Code #ABCBDC

#ABCBDCrgb(171, 203, 220)
HEX
#ABCBDC
RGB
rgb(171, 203, 220)
HSL
hsl(201, 41%, 77%)
HSV
hsv(201, 22%, 86%)
CMYK
22%, 8%, 0%, 14%
XYZ
X: 51.00, Y: 56.21, Z: 57.48
Lab
L: 79.73, a: -8.30, b: -12.23
Name

Shades of Color #ABCBDC

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

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

#ABCBDCrgb(171, 203, 220)

About #ABCBDC Color Code

In the HSL color space, this color has a hue angle of 201°, a saturation of 41%, and a lightness of 77%. The HSV representation shows a hue of 201°, a saturation of 22%, and a value of 86%.

  • HEX: #ABCBDC
  • RGB: rgb(171, 203, 220)
  • HSL: hsl(201, 41%, 77%)
  • HSV: hsv(201, 22%, 86%)
  • CMYK: 22.00% cyan, 8.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 51.00, 56.21, 57.48
  • Yxy: 56.21, 0.3097, 0.3413
  • Hunter Lab: 79.73, -8.30, -12.23
  • CIE-Lab: 79.73, -8.30, -12.23

In the XYZ color space, this color is represented as X: 51.00, Y: 56.21, Z: 57.48. The Yxy representation further refines this as Y: 56.21, x: 0.3097, and y: 0.3413.

In the Hunter Lab color space, this color is represented as L: 79.73, a: -8.30, and b: -12.23. Similarly, in the CIE-Lab color space, it is represented as L: 79.73, a: -8.30, and b: -12.23.

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

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

Analogous Colors of #ABCBDC

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

Split Complementary Colors of #ABCBDC

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

Tetradic Colors of #ABCBDC

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

Monochromatic Colors of #ABCBDC

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

Complementary Color of #ABCBDC

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

/* Using HEX */
body {
  background-color: #abcbdc;
}
/* Using RGB */
body {
  background-color: rgb(171, 203, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 203, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(201, 41%, 77%);
}
/* Text color */
p {
  color: #abcbdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abcbdc;
}
/* Border color */
.box {
  border: 4px solid #abcbdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abcbdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abcbdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABCBDC
On Black Background
#ABCBDC
On White Background
#ABCBDC

HTML Examples of #ABCBDC

<!-- Using HEX -->
<div style="background-color: #abcbdc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 203, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 203, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(201, 41%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #abcbdc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #abcbdc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #abcbdc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #abcbdc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #abcbdc; color: #fff; padding: 16px; border-radius: 8px;">
  #ABCBDC
</div>
#ABCBDC
On Black Background
#ABCBDC
On White Background
#ABCBDC

Related Colors of #ABCBDC

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