Color: #ADFAFC

#ADFAFC Color Information

#ADFAFC is a light color. The closest websafe version is #ADFAFC. A complement of this color would be #FCAEAB, perceived brightness is 0.89, and the grayscale version is #D5D5D5.

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

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

In the Yxy color space, this color is represented as Y: 83.73, x: 0.2971, and y: 0.3608.

Color Code #ADFAFC

#ADFAFCrgb(173, 250, 252)
HEX
#ADFAFC
RGB
rgb(173, 250, 252)
HSL
hsl(182, 93%, 83%)
HSV
hsv(182, 31%, 99%)
CMYK
31%, 1%, 0%, 1%
XYZ
X: 68.96, Y: 83.73, Z: 79.39
Lab
L: 93.33, a: -24.12, b: -8.93
Name

Shades of Color #ADFAFC

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

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

#ADFAFCrgb(173, 250, 252)

About #ADFAFC Color Code

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

  • HEX: #ADFAFC
  • RGB: rgb(173, 250, 252)
  • HSL: hsl(182, 93%, 83%)
  • HSV: hsv(182, 31%, 99%)
  • CMYK: 31.00% cyan, 100.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 68.96, 83.73, 79.39
  • Yxy: 83.73, 0.2971, 0.3608
  • Hunter Lab: 93.33, -24.12, -8.93
  • CIE-Lab: 93.33, -24.12, -8.93

In the XYZ color space, this color is represented as X: 68.96, Y: 83.73, Z: 79.39. The Yxy representation further refines this as Y: 83.73, x: 0.2971, and y: 0.3608.

In the Hunter Lab color space, this color is represented as L: 93.33, a: -24.12, and b: -8.93. Similarly, in the CIE-Lab color space, it is represented as L: 93.33, a: -24.12, and b: -8.93.

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

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

Analogous Colors of #ADFAFC

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

Split Complementary Colors of #ADFAFC

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

Tetradic Colors of #ADFAFC

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

Monochromatic Colors of #ADFAFC

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

Complementary Color of #ADFAFC

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

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

HTML Examples of #ADFAFC

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

Related Colors of #ADFAFC

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