Color: #ADAED0

#ADAED0 Color Information

#ADAED0 is a light color. The closest websafe version is #ADAED0. A complement of this color would be #D0CFAE, perceived brightness is 0.70, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 238°,a saturation of 27%, and a lightness of 75%.The HSV representation shows a hue of 238°, a saturation of 17%, and a value of 82%.

In a RGB color space, #ADAED0 is composed of 68% red, 68% green and 82% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 16% magenta, 0% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 43.46, x: 0.3185, and y: 0.3178.

Color Code #ADAED0

#ADAED0rgb(173, 174, 208)
HEX
#ADAED0
RGB
rgb(173, 174, 208)
HSL
hsl(238, 27%, 75%)
HSV
hsv(238, 17%, 82%)
CMYK
17%, 16%, 0%, 18%
XYZ
X: 43.55, Y: 43.46, Z: 49.74
Lab
L: 71.87, a: 4.87, b: -17.44
Name

Shades of Color #ADAED0

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

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

#ADAED0rgb(173, 174, 208)

About #ADAED0 Color Code

In the HSL color space, this color has a hue angle of 238°, a saturation of 27%, and a lightness of 75%. The HSV representation shows a hue of 238°, a saturation of 17%, and a value of 82%.

  • HEX: #ADAED0
  • RGB: rgb(173, 174, 208)
  • HSL: hsl(238, 27%, 75%)
  • HSV: hsv(238, 17%, 82%)
  • CMYK: 17.00% cyan, 16.00% magenta, 0.00% yellow, 18.00% black
  • XYZ: 43.55, 43.46, 49.74
  • Yxy: 43.46, 0.3185, 0.3178
  • Hunter Lab: 71.87, 4.87, -17.44
  • CIE-Lab: 71.87, 4.87, -17.44

In the XYZ color space, this color is represented as X: 43.55, Y: 43.46, Z: 49.74. The Yxy representation further refines this as Y: 43.46, x: 0.3185, and y: 0.3178.

In the Hunter Lab color space, this color is represented as L: 71.87, a: 4.87, and b: -17.44. Similarly, in the CIE-Lab color space, it is represented as L: 71.87, a: 4.87, and b: -17.44.

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

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

Analogous Colors of #ADAED0

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

Monochromatic Colors of #ADAED0

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

Complementary Color of #ADAED0

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

/* Using HEX */
body {
  background-color: #adaed0;
}
/* Using RGB */
body {
  background-color: rgb(173, 174, 208);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 174, 208, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(238, 27%, 75%);
}
/* Text color */
p {
  color: #adaed0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adaed0;
}
/* Border color */
.box {
  border: 4px solid #adaed0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adaed0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adaed0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADAED0
On Black Background
#ADAED0
On White Background
#ADAED0

HTML Examples of #ADAED0

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

Related Colors of #ADAED0

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