Color: #ADBEFC

#ADBEFC Color Information

#ADBEFC is a light color. The closest websafe version is #ADBEFC. A complement of this color would be #FCEAAB, perceived brightness is 0.75, and the grayscale version is #D5D5D5.

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

In a RGB color space, #ADBEFC is composed of 68% red, 75% green and 99% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 25% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 52.11, x: 0.2901, and y: 0.2908.

Color Code #ADBEFC

#ADBEFCrgb(173, 190, 252)
HEX
#ADBEFC
RGB
rgb(173, 190, 252)
HSL
hsl(227, 93%, 83%)
HSV
hsv(227, 31%, 99%)
CMYK
31%, 25%, 0%, 1%
XYZ
X: 51.98, Y: 52.11, Z: 75.10
Lab
L: 77.35, a: 4.57, b: -32.87
Name

Shades of Color #ADBEFC

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

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

#ADBEFCrgb(173, 190, 252)

About #ADBEFC Color Code

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

  • HEX: #ADBEFC
  • RGB: rgb(173, 190, 252)
  • HSL: hsl(227, 93%, 83%)
  • HSV: hsv(227, 31%, 99%)
  • CMYK: 31.00% cyan, 25.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 51.98, 52.11, 75.10
  • Yxy: 52.11, 0.2901, 0.2908
  • Hunter Lab: 77.35, 4.57, -32.87
  • CIE-Lab: 77.35, 4.57, -32.87

In the XYZ color space, this color is represented as X: 51.98, Y: 52.11, Z: 75.10. The Yxy representation further refines this as Y: 52.11, x: 0.2901, and y: 0.2908.

In the Hunter Lab color space, this color is represented as L: 77.35, a: 4.57, and b: -32.87. Similarly, in the CIE-Lab color space, it is represented as L: 77.35, a: 4.57, and b: -32.87.

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

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

Analogous Colors of #ADBEFC

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

Split Complementary Colors of #ADBEFC

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

Tetradic Colors of #ADBEFC

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

Monochromatic Colors of #ADBEFC

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

Complementary Color of #ADBEFC

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

/* Using HEX */
body {
  background-color: #adbefc;
}
/* Using RGB */
body {
  background-color: rgb(173, 190, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 190, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(227, 93%, 83%);
}
/* Text color */
p {
  color: #adbefc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adbefc;
}
/* Border color */
.box {
  border: 4px solid #adbefc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adbefc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adbefc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADBEFC
On Black Background
#ADBEFC
On White Background
#ADBEFC

HTML Examples of #ADBEFC

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

Related Colors of #ADBEFC

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