Color: #BADE81

#BADE81 Color Information

#BADE81 is a light color. The closest websafe version is #BADE81. A complement of this color would be #A582DE, perceived brightness is 0.79, and the grayscale version is #AFAFAF.

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

In a RGB color space, #BADE81 is composed of 73% red, 87% green and 51% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 42% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 64.62, x: 0.3743, and y: 0.4591.

Color Code #BADE81

#BADE81rgb(186, 222, 129)
HEX
#BADE81
RGB
rgb(186, 222, 129)
HSL
hsl(83, 58%, 69%)
HSV
hsv(83, 42%, 87%)
CMYK
16%, 0%, 42%, 13%
XYZ
X: 52.68, Y: 64.62, Z: 23.46
Lab
L: 84.29, a: -23.52, b: 41.41
Name

Shades of Color #BADE81

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

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

#BADE81rgb(186, 222, 129)

About #BADE81 Color Code

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

  • HEX: #BADE81
  • RGB: rgb(186, 222, 129)
  • HSL: hsl(83, 58%, 69%)
  • HSV: hsv(83, 42%, 87%)
  • CMYK: 16.00% cyan, 0.00% magenta, 42.00% yellow, 13.00% black
  • XYZ: 52.68, 64.62, 23.46
  • Yxy: 64.62, 0.3743, 0.4591
  • Hunter Lab: 84.29, -23.52, 41.41
  • CIE-Lab: 84.29, -23.52, 41.41

In the XYZ color space, this color is represented as X: 52.68, Y: 64.62, Z: 23.46. The Yxy representation further refines this as Y: 64.62, x: 0.3743, and y: 0.4591.

In the Hunter Lab color space, this color is represented as L: 84.29, a: -23.52, and b: 41.41. Similarly, in the CIE-Lab color space, it is represented as L: 84.29, a: -23.52, and b: 41.41.

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

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

Analogous Colors of #BADE81

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

Split Complementary Colors of #BADE81

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

Tetradic Colors of #BADE81

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

Monochromatic Colors of #BADE81

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

Complementary Color of #BADE81

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

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

HTML Examples of #BADE81

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

Related Colors of #BADE81

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