Color: #BEAE4C
#BEAE4C Color Information
#BEAE4C is a light color. The closest websafe version is #BEAE4C. A complement of this color would be #4B5ABE, perceived brightness is 0.66, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 52°,a saturation of 47%, and a lightness of 52%.The HSV representation shows a hue of 52°, a saturation of 60%, and a value of 75%.
In a RGB color space, #BEAE4C is composed of 75% red, 68% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 60% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 42.24, x: 0.4324, and y: 0.4590.
Color Code #BEAE4C
Shades of Color #BEAE4C
Shades are created by darkening the original color #BEAE4C 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 #BEAE4C
Tints are created by lightening the original color #BEAE4C 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.
About #BEAE4C Color Code
In the HSL color space, this color has a hue angle of 52°, a saturation of 47%, and a lightness of 52%. The HSV representation shows a hue of 52°, a saturation of 60%, and a value of 75%.
- HEX: #BEAE4C
- RGB: rgb(190, 174, 76)
- HSL: hsl(52, 47%, 52%)
- HSV: hsv(52, 60%, 75%)
- CMYK: 0.00% cyan, 8.00% magenta, 60.00% yellow, 25.00% black
- XYZ: 39.79, 42.24, 9.99
- Yxy: 42.24, 0.4324, 0.4590
- Hunter Lab: 71.03, -2.91, 51.13
- CIE-Lab: 71.03, -2.91, 51.13
In the XYZ color space, this color is represented as X: 39.79, Y: 42.24, Z: 9.99. The Yxy representation further refines this as Y: 42.24, x: 0.4324, and y: 0.4590.
In the Hunter Lab color space, this color is represented as L: 71.03, a: -2.91, and b: 51.13. Similarly, in the CIE-Lab color space, it is represented as L: 71.03, a: -2.91, and b: 51.13.
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 #BEAE4C
Triadic colors are three colors evenly spaced around the color wheel, including #BEAE4C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BEAE4C
Monochromatic colors are variations of #BEAE4C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BEAE4C
The complementary color of #BEAE4C 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 #BEAE4C
/* Using HEX */ body { background-color: #beae4c; }
/* Using RGB */ body { background-color: rgb(190, 174, 76); }
/* Using RGB with opacity */ body { background-color: rgba(190, 174, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(52, 47%, 52%); }
/* Text color */ p { color: #beae4c; }
/* Box shadow */ div { box-shadow: 4px 4px #beae4c; }
/* Border color */ .box { border: 4px solid #beae4c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #beae4c; }
/* Background with text */ div { background: #beae4c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BEAE4C
<!-- Using HEX --> <div style="background-color: #beae4c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 174, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 174, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(52, 47%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #beae4c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #beae4c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #beae4c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #beae4c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #beae4c; color: #fff; padding: 16px; border-radius: 8px;"> #BEAE4C </div>
Related Colors of #BEAE4C
These colors are similar to #BEAE4C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.