Color: #BAE07F

#BAE07F Color Information

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

In the HSL color space, this color has a hue angle of 84°,a saturation of 61%, and a lightness of 69%.The HSV representation shows a hue of 84°, a saturation of 43%, and a value of 88%.

In a RGB color space, #BAE07F is composed of 73% red, 88% green and 50% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 43% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 65.65, x: 0.3746, and y: 0.4627.

Color Code #BAE07F

#BAE07Frgb(186, 224, 127)
HEX
#BAE07F
RGB
rgb(186, 224, 127)
HSL
hsl(84, 61%, 69%)
HSV
hsv(84, 43%, 88%)
CMYK
17%, 0%, 43%, 12%
XYZ
X: 53.15, Y: 65.65, Z: 23.08
Lab
L: 84.82, a: -24.59, b: 43.03
Name

Shades of Color #BAE07F

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

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

#BAE07Frgb(186, 224, 127)

About #BAE07F Color Code

In the HSL color space, this color has a hue angle of 84°, a saturation of 61%, and a lightness of 69%. The HSV representation shows a hue of 84°, a saturation of 43%, and a value of 88%.

  • HEX: #BAE07F
  • RGB: rgb(186, 224, 127)
  • HSL: hsl(84, 61%, 69%)
  • HSV: hsv(84, 43%, 88%)
  • CMYK: 17.00% cyan, 0.00% magenta, 43.00% yellow, 12.00% black
  • XYZ: 53.15, 65.65, 23.08
  • Yxy: 65.65, 0.3746, 0.4627
  • Hunter Lab: 84.82, -24.59, 43.03
  • CIE-Lab: 84.82, -24.59, 43.03

In the XYZ color space, this color is represented as X: 53.15, Y: 65.65, Z: 23.08. The Yxy representation further refines this as Y: 65.65, x: 0.3746, and y: 0.4627.

In the Hunter Lab color space, this color is represented as L: 84.82, a: -24.59, and b: 43.03. Similarly, in the CIE-Lab color space, it is represented as L: 84.82, a: -24.59, and b: 43.03.

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

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

Analogous Colors of #BAE07F

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

Split Complementary Colors of #BAE07F

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

Tetradic Colors of #BAE07F

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

Monochromatic Colors of #BAE07F

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

Complementary Color of #BAE07F

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

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

HTML Examples of #BAE07F

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

Related Colors of #BAE07F

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