Color: #BADB94

#BADB94 Color Information

#BADB94 is a light color. The closest websafe version is #BADB94. A complement of this color would be #B594DB, perceived brightness is 0.79, and the grayscale version is #B7B7B7.

In the HSL color space, this color has a hue angle of 88°,a saturation of 50%, and a lightness of 72%.The HSV representation shows a hue of 88°, a saturation of 32%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 63.50, x: 0.3647, and y: 0.4375.

Color Code #BADB94

#BADB94rgb(186, 219, 148)
HEX
#BADB94
RGB
rgb(186, 219, 148)
HSL
hsl(88, 50%, 72%)
HSV
hsv(88, 32%, 86%)
CMYK
15%, 0%, 32%, 14%
XYZ
X: 52.93, Y: 63.50, Z: 28.71
Lab
L: 83.71, a: -20.38, b: 31.24
Name

Shades of Color #BADB94

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

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

#BADB94rgb(186, 219, 148)

About #BADB94 Color Code

In the HSL color space, this color has a hue angle of 88°, a saturation of 50%, and a lightness of 72%. The HSV representation shows a hue of 88°, a saturation of 32%, and a value of 86%.

  • HEX: #BADB94
  • RGB: rgb(186, 219, 148)
  • HSL: hsl(88, 50%, 72%)
  • HSV: hsv(88, 32%, 86%)
  • CMYK: 15.00% cyan, 0.00% magenta, 32.00% yellow, 14.00% black
  • XYZ: 52.93, 63.50, 28.71
  • Yxy: 63.50, 0.3647, 0.4375
  • Hunter Lab: 83.71, -20.38, 31.24
  • CIE-Lab: 83.71, -20.38, 31.24

In the XYZ color space, this color is represented as X: 52.93, Y: 63.50, Z: 28.71. The Yxy representation further refines this as Y: 63.50, x: 0.3647, and y: 0.4375.

In the Hunter Lab color space, this color is represented as L: 83.71, a: -20.38, and b: 31.24. Similarly, in the CIE-Lab color space, it is represented as L: 83.71, a: -20.38, and b: 31.24.

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

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

Analogous Colors of #BADB94

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

Split Complementary Colors of #BADB94

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

Tetradic Colors of #BADB94

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

Monochromatic Colors of #BADB94

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

Complementary Color of #BADB94

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

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

HTML Examples of #BADB94

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

Related Colors of #BADB94

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