Color: #BAD23F

#BAD23F Color Information

#BAD23F is a light color. The closest websafe version is #BAD23F. A complement of this color would be #5941D2, perceived brightness is 0.73, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 70°,a saturation of 62%, and a lightness of 54%.The HSV representation shows a hue of 70°, a saturation of 70%, and a value of 82%.

In a RGB color space, #BAD23F is composed of 73% red, 82% green and 25% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 70% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 57.43, x: 0.4087, and y: 0.5000.

Color Code #BAD23F

#BAD23Frgb(186, 210, 63)
HEX
#BAD23F
RGB
rgb(186, 210, 63)
HSL
hsl(70, 62%, 54%)
HSV
hsv(70, 70%, 82%)
CMYK
11%, 0%, 70%, 18%
XYZ
X: 46.94, Y: 57.43, Z: 10.49
Lab
L: 80.42, a: -22.27, b: 65.67
Name

Shades of Color #BAD23F

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

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

#BAD23Frgb(186, 210, 63)

About #BAD23F Color Code

In the HSL color space, this color has a hue angle of 70°, a saturation of 62%, and a lightness of 54%. The HSV representation shows a hue of 70°, a saturation of 70%, and a value of 82%.

  • HEX: #BAD23F
  • RGB: rgb(186, 210, 63)
  • HSL: hsl(70, 62%, 54%)
  • HSV: hsv(70, 70%, 82%)
  • CMYK: 11.00% cyan, 0.00% magenta, 70.00% yellow, 18.00% black
  • XYZ: 46.94, 57.43, 10.49
  • Yxy: 57.43, 0.4087, 0.5000
  • Hunter Lab: 80.42, -22.27, 65.67
  • CIE-Lab: 80.42, -22.27, 65.67

In the XYZ color space, this color is represented as X: 46.94, Y: 57.43, Z: 10.49. The Yxy representation further refines this as Y: 57.43, x: 0.4087, and y: 0.5000.

In the Hunter Lab color space, this color is represented as L: 80.42, a: -22.27, and b: 65.67. Similarly, in the CIE-Lab color space, it is represented as L: 80.42, a: -22.27, and b: 65.67.

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

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

Analogous Colors of #BAD23F

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

Split Complementary Colors of #BAD23F

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

Tetradic Colors of #BAD23F

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

Monochromatic Colors of #BAD23F

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

Complementary Color of #BAD23F

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

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

HTML Examples of #BAD23F

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

Related Colors of #BAD23F

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