New to Kendo UI for jQueryStart a free 30-day trial

Color

configuration

The color of the bar elements. Any valid CSS color string will work here, including hex and rgb.

color

String

Default: "black"

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  type: "ean13",
  value: "123456789987",
  color: "#10c4b2"
});
</script>
Not finding the help you need?
Contact Support