Color: #AECC0B

#AECC0B Color Information

#AECC0B is a light color. The closest websafe version is #AECC0B. A complement of this color would be #280BCB, perceived brightness is 0.68, and the grayscale version is #6C6C6C.

In the HSL color space, this color has a hue angle of 69°,a saturation of 90%, and a lightness of 42%.The HSV representation shows a hue of 69°, a saturation of 95%, and a value of 80%.

In a RGB color space, #AECC0B is composed of 68% red, 80% green and 4% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 95% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 52.73, x: 0.4127, and y: 0.5212.

Color Code #AECC0B

#AECC0Brgb(174, 204, 11)
HEX
#AECC0B
RGB
rgb(174, 204, 11)
HSL
hsl(69, 90%, 42%)
HSV
hsv(69, 95%, 80%)
CMYK
15%, 0%, 95%, 20%
XYZ
X: 41.76, Y: 52.73, Z: 6.69
Lab
L: 77.71, a: -25.65, b: 75.00
Name

Shades of Color #AECC0B

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

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

#AECC0Brgb(174, 204, 11)

About #AECC0B Color Code

In the HSL color space, this color has a hue angle of 69°, a saturation of 90%, and a lightness of 42%. The HSV representation shows a hue of 69°, a saturation of 95%, and a value of 80%.

  • HEX: #AECC0B
  • RGB: rgb(174, 204, 11)
  • HSL: hsl(69, 90%, 42%)
  • HSV: hsv(69, 95%, 80%)
  • CMYK: 15.00% cyan, 0.00% magenta, 95.00% yellow, 20.00% black
  • XYZ: 41.76, 52.73, 6.69
  • Yxy: 52.73, 0.4127, 0.5212
  • Hunter Lab: 77.71, -25.65, 75.00
  • CIE-Lab: 77.71, -25.65, 75.00

In the XYZ color space, this color is represented as X: 41.76, Y: 52.73, Z: 6.69. The Yxy representation further refines this as Y: 52.73, x: 0.4127, and y: 0.5212.

In the Hunter Lab color space, this color is represented as L: 77.71, a: -25.65, and b: 75.00. Similarly, in the CIE-Lab color space, it is represented as L: 77.71, a: -25.65, and b: 75.00.

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

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

Analogous Colors of #AECC0B

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

Monochromatic Colors of #AECC0B

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

Complementary Color of #AECC0B

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

/* Using HEX */
body {
  background-color: #aecc0b;
}
/* Using RGB */
body {
  background-color: rgb(174, 204, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 204, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(69, 90%, 42%);
}
/* Text color */
p {
  color: #aecc0b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aecc0b;
}
/* Border color */
.box {
  border: 4px solid #aecc0b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aecc0b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aecc0b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AECC0B
On Black Background
#AECC0B
On White Background
#AECC0B

HTML Examples of #AECC0B

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

Related Colors of #AECC0B

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