Color: #ABCBEF

#ABCBEF Color Information

#ABCBEF is a light color. The closest websafe version is #ABCBEF. A complement of this color would be #EFCEA9, perceived brightness is 0.77, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 212°,a saturation of 68%, and a lightness of 80%.The HSV representation shows a hue of 212°, a saturation of 28%, and a value of 94%.

In a RGB color space, #ABCBEF is composed of 67% red, 80% green and 94% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 15% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 57.11, x: 0.2979, and y: 0.3204.

Color Code #ABCBEF

#ABCBEFrgb(171, 203, 239)
HEX
#ABCBEF
RGB
rgb(171, 203, 239)
HSL
hsl(212, 68%, 80%)
HSV
hsv(212, 28%, 94%)
CMYK
28%, 15%, 0%, 6%
XYZ
X: 53.10, Y: 57.11, Z: 68.01
Lab
L: 80.24, a: -4.97, b: -21.59
Name

Shades of Color #ABCBEF

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

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

#ABCBEFrgb(171, 203, 239)

About #ABCBEF Color Code

In the HSL color space, this color has a hue angle of 212°, a saturation of 68%, and a lightness of 80%. The HSV representation shows a hue of 212°, a saturation of 28%, and a value of 94%.

  • HEX: #ABCBEF
  • RGB: rgb(171, 203, 239)
  • HSL: hsl(212, 68%, 80%)
  • HSV: hsv(212, 28%, 94%)
  • CMYK: 28.00% cyan, 15.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 53.10, 57.11, 68.01
  • Yxy: 57.11, 0.2979, 0.3204
  • Hunter Lab: 80.24, -4.97, -21.59
  • CIE-Lab: 80.24, -4.97, -21.59

In the XYZ color space, this color is represented as X: 53.10, Y: 57.11, Z: 68.01. The Yxy representation further refines this as Y: 57.11, x: 0.2979, and y: 0.3204.

In the Hunter Lab color space, this color is represented as L: 80.24, a: -4.97, and b: -21.59. Similarly, in the CIE-Lab color space, it is represented as L: 80.24, a: -4.97, and b: -21.59.

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

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

Analogous Colors of #ABCBEF

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

Monochromatic Colors of #ABCBEF

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

Complementary Color of #ABCBEF

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

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

HTML Examples of #ABCBEF

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

Related Colors of #ABCBEF

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