Color: #BEDB1A

#BEDB1A Color Information

#BEDB1A is a light color. The closest websafe version is #BEDB1A. A complement of this color would be #371ADB, perceived brightness is 0.74, and the grayscale version is #7A7A7A.

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

In a RGB color space, #BEDB1A is composed of 75% red, 86% green and 10% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 88% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 62.30, x: 0.4139, and y: 0.5170.

Color Code #BEDB1A

#BEDB1Argb(190, 219, 26)
HEX
#BEDB1A
RGB
rgb(190, 219, 26)
HSL
hsl(69, 79%, 48%)
HSV
hsv(69, 88%, 86%)
CMYK
13%, 0%, 88%, 14%
XYZ
X: 49.88, Y: 62.30, Z: 8.33
Lab
L: 83.07, a: -25.67, b: 77.68
Name

Shades of Color #BEDB1A

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

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

#BEDB1Argb(190, 219, 26)

About #BEDB1A Color Code

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

  • HEX: #BEDB1A
  • RGB: rgb(190, 219, 26)
  • HSL: hsl(69, 79%, 48%)
  • HSV: hsv(69, 88%, 86%)
  • CMYK: 13.00% cyan, 0.00% magenta, 88.00% yellow, 14.00% black
  • XYZ: 49.88, 62.30, 8.33
  • Yxy: 62.30, 0.4139, 0.5170
  • Hunter Lab: 83.07, -25.67, 77.68
  • CIE-Lab: 83.07, -25.67, 77.68

In the XYZ color space, this color is represented as X: 49.88, Y: 62.30, Z: 8.33. The Yxy representation further refines this as Y: 62.30, x: 0.4139, and y: 0.5170.

In the Hunter Lab color space, this color is represented as L: 83.07, a: -25.67, and b: 77.68. Similarly, in the CIE-Lab color space, it is represented as L: 83.07, a: -25.67, and b: 77.68.

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

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

Analogous Colors of #BEDB1A

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

Split Complementary Colors of #BEDB1A

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

Tetradic Colors of #BEDB1A

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

Monochromatic Colors of #BEDB1A

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

Complementary Color of #BEDB1A

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

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

HTML Examples of #BEDB1A

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

Related Colors of #BEDB1A

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