Color: #BEDD7C

#BEDD7C Color Information

#BEDD7C is a light color. The closest websafe version is #BEDD7C. A complement of this color would be #9C7DDE, perceived brightness is 0.79, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 79°,a saturation of 59%, and a lightness of 68%.The HSV representation shows a hue of 79°, a saturation of 44%, and a value of 87%.

In a RGB color space, #BEDD7C is composed of 75% red, 87% green and 49% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 0% magenta, 44% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 64.51, x: 0.3803, and y: 0.4614.

Color Code #BEDD7C

#BEDD7Crgb(190, 221, 124)
HEX
#BEDD7C
RGB
rgb(190, 221, 124)
HSL
hsl(79, 59%, 68%)
HSV
hsv(79, 44%, 87%)
CMYK
14%, 0%, 44%, 13%
XYZ
X: 53.18, Y: 64.51, Z: 22.13
Lab
L: 84.23, a: -21.99, b: 43.83
Name

Shades of Color #BEDD7C

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

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

#BEDD7Crgb(190, 221, 124)

About #BEDD7C Color Code

In the HSL color space, this color has a hue angle of 79°, a saturation of 59%, and a lightness of 68%. The HSV representation shows a hue of 79°, a saturation of 44%, and a value of 87%.

  • HEX: #BEDD7C
  • RGB: rgb(190, 221, 124)
  • HSL: hsl(79, 59%, 68%)
  • HSV: hsv(79, 44%, 87%)
  • CMYK: 14.00% cyan, 0.00% magenta, 44.00% yellow, 13.00% black
  • XYZ: 53.18, 64.51, 22.13
  • Yxy: 64.51, 0.3803, 0.4614
  • Hunter Lab: 84.23, -21.99, 43.83
  • CIE-Lab: 84.23, -21.99, 43.83

In the XYZ color space, this color is represented as X: 53.18, Y: 64.51, Z: 22.13. The Yxy representation further refines this as Y: 64.51, x: 0.3803, and y: 0.4614.

In the Hunter Lab color space, this color is represented as L: 84.23, a: -21.99, and b: 43.83. Similarly, in the CIE-Lab color space, it is represented as L: 84.23, a: -21.99, and b: 43.83.

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

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

Analogous Colors of #BEDD7C

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

Monochromatic Colors of #BEDD7C

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

Complementary Color of #BEDD7C

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

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

HTML Examples of #BEDD7C

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

Related Colors of #BEDD7C

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