Color: #ADBCFA

#ADBCFA Color Information

#ADBCFA is a light color. The closest websafe version is #ADBCFA. A complement of this color would be #FAEBAD, perceived brightness is 0.75, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 228°,a saturation of 89%, and a lightness of 83%.The HSV representation shows a hue of 228°, a saturation of 100%, and a value of 100%.

In a RGB color space, #ADBCFA is composed of 68% red, 74% green and 98% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 25% magenta, 0% yellow and 2% black.

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

Color Code #ADBCFA

HEX
#ADBCFA
RGB
rgb(173, 188, 250)
HSL
hsl(228, 89%, 83%)
HSV
hsv(228, 31%, 98%)
CMYK
31%, 25%, 0%, 2%
XYZ
X: 51.27, Y: 51.14, Z: 73.74
Lab
L: 76.77, a: 5.21, b: -32.70
Name

Shades of Color #ADBCFA

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

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

About #ADBCFA Color Code

In the HSL color space, this color has a hue angle of 228°, a saturation of 89%, and a lightness of 83%. The HSV representation shows a hue of 228°, a saturation of 31%, and a value of 98%.

  • HEX: #ADBCFA
  • RGB: rgb(173, 188, 250)
  • HSL: hsl(228, 89%, 83%)
  • HSV: hsv(228, 31%, 98%)
  • CMYK: 31.00% cyan, 25.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 51.27, 51.14, 73.74
  • Yxy: 51.14, 0.2911, 0.2903
  • Hunter Lab: 76.77, 5.21, -32.70
  • CIE-Lab: 76.77, 5.21, -32.70

In the XYZ color space, this color is represented as X: 51.27, Y: 51.14, Z: 73.74. The Yxy representation further refines this as Y: 51.14, x: 0.2911, and y: 0.2903.

In the Hunter Lab color space, this color is represented as L: 76.77, a: 5.21, and b: -32.70. Similarly, in the CIE-Lab color space, it is represented as L: 76.77, a: 5.21, and b: -32.70.

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

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

Analogous Colors of #ADBCFA

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

Monochromatic Colors of #ADBCFA

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

Complementary Color of #ADBCFA

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

/* Using HEX */
body {
  background-color: #adbcfa;
}
/* Using RGB */
body {
  background-color: rgb(173, 188, 250);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 188, 250, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(228, 89%, 83%);
}
/* Text color */
p {
  color: #adbcfa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adbcfa;
}

HTML Examples of #ADBCFA

<!-- Using HEX -->
<div style="background-color: #adbcfa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 188, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 188, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(228, 89%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #adbcfa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #adbcfa; width: 100px; height: 100px;"></div>

Related Colors of #ADBCFA

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