Color: #AEBA2C

#AEBA2C Color Information

#AEBA2C is a light color. The closest websafe version is #AEBA2C. A complement of this color would be #372CBA, perceived brightness is 0.65, and the grayscale version is #737373.

In the HSL color space, this color has a hue angle of 65°,a saturation of 62%, and a lightness of 45%.The HSV representation shows a hue of 65°, a saturation of 76%, and a value of 73%.

In a RGB color space, #AEBA2C is composed of 68% red, 73% green and 17% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 76% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 44.77, x: 0.4208, and y: 0.4993.

Color Code #AEBA2C

#AEBA2Crgb(174, 186, 44)
HEX
#AEBA2C
RGB
rgb(174, 186, 44)
HSL
hsl(65, 62%, 45%)
HSV
hsv(65, 76%, 73%)
CMYK
6%, 0%, 76%, 27%
XYZ
X: 37.73, Y: 44.77, Z: 7.16
Lab
L: 72.74, a: -16.80, b: 64.47
Name

Shades of Color #AEBA2C

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

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

#AEBA2Crgb(174, 186, 44)

About #AEBA2C Color Code

In the HSL color space, this color has a hue angle of 65°, a saturation of 62%, and a lightness of 45%. The HSV representation shows a hue of 65°, a saturation of 76%, and a value of 73%.

  • HEX: #AEBA2C
  • RGB: rgb(174, 186, 44)
  • HSL: hsl(65, 62%, 45%)
  • HSV: hsv(65, 76%, 73%)
  • CMYK: 6.00% cyan, 0.00% magenta, 76.00% yellow, 27.00% black
  • XYZ: 37.73, 44.77, 7.16
  • Yxy: 44.77, 0.4208, 0.4993
  • Hunter Lab: 72.74, -16.80, 64.47
  • CIE-Lab: 72.74, -16.80, 64.47

In the XYZ color space, this color is represented as X: 37.73, Y: 44.77, Z: 7.16. The Yxy representation further refines this as Y: 44.77, x: 0.4208, and y: 0.4993.

In the Hunter Lab color space, this color is represented as L: 72.74, a: -16.80, and b: 64.47. Similarly, in the CIE-Lab color space, it is represented as L: 72.74, a: -16.80, and b: 64.47.

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

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

Analogous Colors of #AEBA2C

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

Monochromatic Colors of #AEBA2C

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

Complementary Color of #AEBA2C

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

/* Using HEX */
body {
  background-color: #aeba2c;
}
/* Using RGB */
body {
  background-color: rgb(174, 186, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 186, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(65, 62%, 45%);
}
/* Text color */
p {
  color: #aeba2c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aeba2c;
}
/* Border color */
.box {
  border: 4px solid #aeba2c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aeba2c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aeba2c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AEBA2C
On Black Background
#AEBA2C
On White Background
#AEBA2C

HTML Examples of #AEBA2C

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

Related Colors of #AEBA2C

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