Color: #BADC7C

#BADC7C Color Information

#BADC7C is a light color. The closest websafe version is #BADC7C. A complement of this color would be #9C7ADC, perceived brightness is 0.78, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 81°,a saturation of 58%, and a lightness of 67%.The HSV representation shows a hue of 81°, a saturation of 44%, and a value of 86%.

In a RGB color space, #BADC7C is composed of 73% red, 86% green and 49% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 44% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 63.45, x: 0.3776, and y: 0.4620.

Color Code #BADC7C

#BADC7Crgb(186, 220, 124)
HEX
#BADC7C
RGB
rgb(186, 220, 124)
HSL
hsl(81, 58%, 67%)
HSV
hsv(81, 44%, 86%)
CMYK
15%, 0%, 44%, 14%
XYZ
X: 51.85, Y: 63.45, Z: 22.03
Lab
L: 83.68, a: -23.05, b: 43.09
Name

Shades of Color #BADC7C

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

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

#BADC7Crgb(186, 220, 124)

About #BADC7C Color Code

In the HSL color space, this color has a hue angle of 81°, a saturation of 58%, and a lightness of 67%. The HSV representation shows a hue of 81°, a saturation of 44%, and a value of 86%.

  • HEX: #BADC7C
  • RGB: rgb(186, 220, 124)
  • HSL: hsl(81, 58%, 67%)
  • HSV: hsv(81, 44%, 86%)
  • CMYK: 15.00% cyan, 0.00% magenta, 44.00% yellow, 14.00% black
  • XYZ: 51.85, 63.45, 22.03
  • Yxy: 63.45, 0.3776, 0.4620
  • Hunter Lab: 83.68, -23.05, 43.09
  • CIE-Lab: 83.68, -23.05, 43.09

In the XYZ color space, this color is represented as X: 51.85, Y: 63.45, Z: 22.03. The Yxy representation further refines this as Y: 63.45, x: 0.3776, and y: 0.4620.

In the Hunter Lab color space, this color is represented as L: 83.68, a: -23.05, and b: 43.09. Similarly, in the CIE-Lab color space, it is represented as L: 83.68, a: -23.05, and b: 43.09.

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

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

Analogous Colors of #BADC7C

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

Split Complementary Colors of #BADC7C

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

Tetradic Colors of #BADC7C

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

Monochromatic Colors of #BADC7C

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

Complementary Color of #BADC7C

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

/* Using HEX */
body {
  background-color: #badc7c;
}
/* Using RGB */
body {
  background-color: rgb(186, 220, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 220, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(81, 58%, 67%);
}
/* Text color */
p {
  color: #badc7c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #badc7c;
}
/* Border color */
.box {
  border: 4px solid #badc7c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #badc7c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #badc7c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BADC7C
On Black Background
#BADC7C
On White Background
#BADC7C

HTML Examples of #BADC7C

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

Related Colors of #BADC7C

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