Color: #BDCE34

#BDCE34 Color Information

#BDCE34 is a light color. The closest websafe version is #BDCE34. A complement of this color would be #4836CE, perceived brightness is 0.72, and the grayscale version is #818181.

In the HSL color space, this color has a hue angle of 67°,a saturation of 61%, and a lightness of 51%.The HSV representation shows a hue of 67°, a saturation of 75%, and a value of 81%.

In a RGB color space, #BDCE34 is composed of 74% red, 81% green and 20% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 75% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 55.78, x: 0.4170, and y: 0.5008.

Color Code #BDCE34

#BDCE34rgb(189, 206, 52)
HEX
#BDCE34
RGB
rgb(189, 206, 52)
HSL
hsl(67, 61%, 51%)
HSV
hsv(67, 75%, 81%)
CMYK
8%, 0%, 75%, 19%
XYZ
X: 46.45, Y: 55.78, Z: 9.15
Lab
L: 79.49, a: -19.63, b: 68.53
Name

Shades of Color #BDCE34

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

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

#BDCE34rgb(189, 206, 52)

About #BDCE34 Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 61%, and a lightness of 51%. The HSV representation shows a hue of 67°, a saturation of 75%, and a value of 81%.

  • HEX: #BDCE34
  • RGB: rgb(189, 206, 52)
  • HSL: hsl(67, 61%, 51%)
  • HSV: hsv(67, 75%, 81%)
  • CMYK: 8.00% cyan, 0.00% magenta, 75.00% yellow, 19.00% black
  • XYZ: 46.45, 55.78, 9.15
  • Yxy: 55.78, 0.4170, 0.5008
  • Hunter Lab: 79.49, -19.63, 68.53
  • CIE-Lab: 79.49, -19.63, 68.53

In the XYZ color space, this color is represented as X: 46.45, Y: 55.78, Z: 9.15. The Yxy representation further refines this as Y: 55.78, x: 0.4170, and y: 0.5008.

In the Hunter Lab color space, this color is represented as L: 79.49, a: -19.63, and b: 68.53. Similarly, in the CIE-Lab color space, it is represented as L: 79.49, a: -19.63, and b: 68.53.

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

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

Analogous Colors of #BDCE34

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

Split Complementary Colors of #BDCE34

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

Tetradic Colors of #BDCE34

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

Monochromatic Colors of #BDCE34

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

Complementary Color of #BDCE34

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

/* Using HEX */
body {
  background-color: #bdce34;
}
/* Using RGB */
body {
  background-color: rgb(189, 206, 52);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 206, 52, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 61%, 51%);
}
/* Text color */
p {
  color: #bdce34;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bdce34;
}
/* Border color */
.box {
  border: 4px solid #bdce34;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bdce34;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bdce34;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BDCE34
On Black Background
#BDCE34
On White Background
#BDCE34

HTML Examples of #BDCE34

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

Related Colors of #BDCE34

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