Color: #ADBD0C

#ADBD0C Color Information

#ADBD0C is a light color. The closest websafe version is #ADBD0C. A complement of this color would be #1B0CBB, perceived brightness is 0.64, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 65°,a saturation of 88%, and a lightness of 39%.The HSV representation shows a hue of 65°, a saturation of 94%, and a value of 74%.

In a RGB color space, #ADBD0C is composed of 68% red, 74% green and 5% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 94% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 45.80, x: 0.4233, and y: 0.5120.

Color Code #ADBD0C

#ADBD0Crgb(173, 189, 12)
HEX
#ADBD0C
RGB
rgb(173, 189, 12)
HSL
hsl(65, 88%, 39%)
HSV
hsv(65, 94%, 74%)
CMYK
8%, 0%, 94%, 26%
XYZ
X: 37.87, Y: 45.80, Z: 5.79
Lab
L: 73.42, a: -19.25, b: 71.69
Name

Shades of Color #ADBD0C

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

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

#ADBD0Crgb(173, 189, 12)

About #ADBD0C Color Code

In the HSL color space, this color has a hue angle of 65°, a saturation of 88%, and a lightness of 39%. The HSV representation shows a hue of 65°, a saturation of 94%, and a value of 74%.

  • HEX: #ADBD0C
  • RGB: rgb(173, 189, 12)
  • HSL: hsl(65, 88%, 39%)
  • HSV: hsv(65, 94%, 74%)
  • CMYK: 8.00% cyan, 0.00% magenta, 94.00% yellow, 26.00% black
  • XYZ: 37.87, 45.80, 5.79
  • Yxy: 45.80, 0.4233, 0.5120
  • Hunter Lab: 73.42, -19.25, 71.69
  • CIE-Lab: 73.42, -19.25, 71.69

In the XYZ color space, this color is represented as X: 37.87, Y: 45.80, Z: 5.79. The Yxy representation further refines this as Y: 45.80, x: 0.4233, and y: 0.5120.

In the Hunter Lab color space, this color is represented as L: 73.42, a: -19.25, and b: 71.69. Similarly, in the CIE-Lab color space, it is represented as L: 73.42, a: -19.25, and b: 71.69.

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

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

Analogous Colors of #ADBD0C

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

Split Complementary Colors of #ADBD0C

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

Tetradic Colors of #ADBD0C

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

Monochromatic Colors of #ADBD0C

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

Complementary Color of #ADBD0C

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

/* Using HEX */
body {
  background-color: #adbd0c;
}
/* Using RGB */
body {
  background-color: rgb(173, 189, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 189, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(65, 88%, 39%);
}
/* Text color */
p {
  color: #adbd0c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adbd0c;
}
/* Border color */
.box {
  border: 4px solid #adbd0c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adbd0c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adbd0c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADBD0C
On Black Background
#ADBD0C
On White Background
#ADBD0C

HTML Examples of #ADBD0C

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

Related Colors of #ADBD0C

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