Color: #ADCDEB

#ADCDEB Color Information

#ADCDEB is a light color. The closest websafe version is #ADCDEB. A complement of this color would be #EBCBAD, perceived brightness is 0.78, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 209°,a saturation of 61%, and a lightness of 80%.The HSV representation shows a hue of 209°, a saturation of 26%, and a value of 92%.

In a RGB color space, #ADCDEB is composed of 68% red, 80% green and 92% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 13% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 58.10, x: 0.3020, and y: 0.3272.

Color Code #ADCDEB

#ADCDEBrgb(173, 205, 235)
HEX
#ADCDEB
RGB
rgb(173, 205, 235)
HSL
hsl(209, 61%, 80%)
HSV
hsv(209, 26%, 92%)
CMYK
26%, 13%, 0%, 8%
XYZ
X: 53.62, Y: 58.10, Z: 65.84
Lab
L: 80.79, a: -6.05, b: -18.61
Name

Shades of Color #ADCDEB

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

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

#ADCDEBrgb(173, 205, 235)

About #ADCDEB Color Code

In the HSL color space, this color has a hue angle of 209°, a saturation of 61%, and a lightness of 80%. The HSV representation shows a hue of 209°, a saturation of 26%, and a value of 92%.

  • HEX: #ADCDEB
  • RGB: rgb(173, 205, 235)
  • HSL: hsl(209, 61%, 80%)
  • HSV: hsv(209, 26%, 92%)
  • CMYK: 26.00% cyan, 13.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 53.62, 58.10, 65.84
  • Yxy: 58.10, 0.3020, 0.3272
  • Hunter Lab: 80.79, -6.05, -18.61
  • CIE-Lab: 80.79, -6.05, -18.61

In the XYZ color space, this color is represented as X: 53.62, Y: 58.10, Z: 65.84. The Yxy representation further refines this as Y: 58.10, x: 0.3020, and y: 0.3272.

In the Hunter Lab color space, this color is represented as L: 80.79, a: -6.05, and b: -18.61. Similarly, in the CIE-Lab color space, it is represented as L: 80.79, a: -6.05, and b: -18.61.

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

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

Analogous Colors of #ADCDEB

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

Monochromatic Colors of #ADCDEB

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

Complementary Color of #ADCDEB

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

/* Using HEX */
body {
  background-color: #adcdeb;
}
/* Using RGB */
body {
  background-color: rgb(173, 205, 235);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 205, 235, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(209, 61%, 80%);
}
/* Text color */
p {
  color: #adcdeb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adcdeb;
}
/* Border color */
.box {
  border: 4px solid #adcdeb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adcdeb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adcdeb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADCDEB
On Black Background
#ADCDEB
On White Background
#ADCDEB

HTML Examples of #ADCDEB

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

Related Colors of #ADCDEB

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