Color: #A4BEEA

#A4BEEA Color Information

#A4BEEA is a light color. The closest websafe version is #A4BEEA. A complement of this color would be #EAD0A4, perceived brightness is 0.73, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 218°,a saturation of 63%, and a lightness of 78%.The HSV representation shows a hue of 218°, a saturation of 30%, and a value of 92%.

In a RGB color space, #A4BEEA is composed of 64% red, 75% green and 92% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 19% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 50.16, x: 0.2946, and y: 0.3092.

Color Code #A4BEEA

#A4BEEArgb(164, 190, 234)
HEX
#A4BEEA
RGB
rgb(164, 190, 234)
HSL
hsl(218, 63%, 78%)
HSV
hsv(218, 30%, 92%)
CMYK
30%, 19%, 0%, 8%
XYZ
X: 47.79, Y: 50.16, Z: 64.28
Lab
L: 76.17, a: -1.59, b: -25.11
Name

Shades of Color #A4BEEA

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

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

#A4BEEArgb(164, 190, 234)

About #A4BEEA Color Code

In the HSL color space, this color has a hue angle of 218°, a saturation of 63%, and a lightness of 78%. The HSV representation shows a hue of 218°, a saturation of 30%, and a value of 92%.

  • HEX: #A4BEEA
  • RGB: rgb(164, 190, 234)
  • HSL: hsl(218, 63%, 78%)
  • HSV: hsv(218, 30%, 92%)
  • CMYK: 30.00% cyan, 19.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 47.79, 50.16, 64.28
  • Yxy: 50.16, 0.2946, 0.3092
  • Hunter Lab: 76.17, -1.59, -25.11
  • CIE-Lab: 76.17, -1.59, -25.11

In the XYZ color space, this color is represented as X: 47.79, Y: 50.16, Z: 64.28. The Yxy representation further refines this as Y: 50.16, x: 0.2946, and y: 0.3092.

In the Hunter Lab color space, this color is represented as L: 76.17, a: -1.59, and b: -25.11. Similarly, in the CIE-Lab color space, it is represented as L: 76.17, a: -1.59, and b: -25.11.

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

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

Analogous Colors of #A4BEEA

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

Monochromatic Colors of #A4BEEA

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

Complementary Color of #A4BEEA

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

/* Using HEX */
body {
  background-color: #a4beea;
}
/* Using RGB */
body {
  background-color: rgb(164, 190, 234);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 190, 234, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(218, 63%, 78%);
}
/* Text color */
p {
  color: #a4beea;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a4beea;
}
/* Border color */
.box {
  border: 4px solid #a4beea;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a4beea;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a4beea;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A4BEEA
On Black Background
#A4BEEA
On White Background
#A4BEEA

HTML Examples of #A4BEEA

<!-- Using HEX -->
<div style="background-color: #a4beea; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(164, 190, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(164, 190, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(218, 63%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a4beea;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a4beea; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a4beea; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a4beea;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a4beea; color: #fff; padding: 16px; border-radius: 8px;">
  #A4BEEA
</div>
#A4BEEA
On Black Background
#A4BEEA
On White Background
#A4BEEA

Related Colors of #A4BEEA

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