Color: #A3CEDC

#A3CEDC Color Information

#A3CEDC is a light color. The closest websafe version is #A3CEDC. A complement of this color would be #DCB1A3, perceived brightness is 0.76, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 195°,a saturation of 45%, and a lightness of 75%.The HSV representation shows a hue of 195°, a saturation of 26%, and a value of 86%.

In a RGB color space, #A3CEDC is composed of 64% red, 81% green and 86% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 6% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 56.73, x: 0.3041, and y: 0.3452.

Color Code #A3CEDC

#A3CEDCrgb(163, 206, 220)
HEX
#A3CEDC
RGB
rgb(163, 206, 220)
HSL
hsl(195, 45%, 75%)
HSV
hsv(195, 26%, 86%)
CMYK
26%, 6%, 0%, 14%
XYZ
X: 49.98, Y: 56.73, Z: 57.62
Lab
L: 80.03, a: -12.28, b: -11.86
Name

Shades of Color #A3CEDC

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

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

#A3CEDCrgb(163, 206, 220)

About #A3CEDC Color Code

In the HSL color space, this color has a hue angle of 195°, a saturation of 45%, and a lightness of 75%. The HSV representation shows a hue of 195°, a saturation of 26%, and a value of 86%.

  • HEX: #A3CEDC
  • RGB: rgb(163, 206, 220)
  • HSL: hsl(195, 45%, 75%)
  • HSV: hsv(195, 26%, 86%)
  • CMYK: 26.00% cyan, 6.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 49.98, 56.73, 57.62
  • Yxy: 56.73, 0.3041, 0.3452
  • Hunter Lab: 80.03, -12.28, -11.86
  • CIE-Lab: 80.03, -12.28, -11.86

In the XYZ color space, this color is represented as X: 49.98, Y: 56.73, Z: 57.62. The Yxy representation further refines this as Y: 56.73, x: 0.3041, and y: 0.3452.

In the Hunter Lab color space, this color is represented as L: 80.03, a: -12.28, and b: -11.86. Similarly, in the CIE-Lab color space, it is represented as L: 80.03, a: -12.28, and b: -11.86.

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

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

Analogous Colors of #A3CEDC

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

Monochromatic Colors of #A3CEDC

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

Complementary Color of #A3CEDC

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

/* Using HEX */
body {
  background-color: #a3cedc;
}
/* Using RGB */
body {
  background-color: rgb(163, 206, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(163, 206, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(195, 45%, 75%);
}
/* Text color */
p {
  color: #a3cedc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a3cedc;
}
/* Border color */
.box {
  border: 4px solid #a3cedc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a3cedc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a3cedc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A3CEDC
On Black Background
#A3CEDC
On White Background
#A3CEDC

HTML Examples of #A3CEDC

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

Related Colors of #A3CEDC

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